Skip to content

Commit 33decdc

Browse files
committed
refactor: Refactor Features component styles removing unused styles
1 parent c794a04 commit 33decdc

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

documentation/src/components/Features.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,20 @@ function Feature({
7575
rounded-xl
7676
p-4
7777
hover:shadow-xl
78-
hover:cursor-pointer
7978
"
8079
>
8180
<div
8281
className={`
83-
flex
84-
items-center
85-
justify-center
86-
${colorClass}
87-
border-sm
88-
w-[50px]
89-
h-[50px]
90-
min-w-[50px]
91-
min-h-[50px]
92-
mr-4
82+
flex
83+
items-center
84+
justify-center
85+
${colorClass}
86+
border-sm
87+
w-[50px]
88+
h-[50px]
89+
min-w-[50px]
90+
min-h-[50px]
91+
mr-4
9392
rounded-xl
9493
`}
9594
>

0 commit comments

Comments
 (0)