Skip to content

Commit 7b67aa2

Browse files
committed
chore: add class for shadow in loading card
1 parent 7177746 commit 7b67aa2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Shared/Components/LoadingCard.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ interface LoadingCardType {
55
const LoadingCard = ({ wider }: LoadingCardType) => (
66
<div
77
// TODO: Remove margin and use gap
8-
className={`flexbox-col ${wider ? 'w-250' : 'w-200'} bg__primary border__secondary-translucent br-8 mr-16`}
9-
style={{
10-
boxShadow: '0px 0px 4px 0px rgba(0, 0, 0, 0.20)',
11-
}}
8+
className={`flexbox-col ${wider ? 'w-250' : 'w-200'} bg__primary border__secondary-translucent br-8 mr-16 shadow__card--10`}
129
>
1310
<div className="flexbox-col dc__gap-8 px-12 pt-12 pb-8">
1411
<span className="w-60 h-14 shimmer" />

0 commit comments

Comments
 (0)