Added icon bg
This commit is contained in:
parent
bab2b21098
commit
f5fda554fa
|
@ -7,6 +7,6 @@ export default styled.div<{ $hoverable?: boolean }>`
|
|||
${(props) => props.$hoverable !== false && tw`hover:border-neutral-500`};
|
||||
|
||||
& .icon {
|
||||
${tw`rounded-full w-16 flex items-center justify-center bg-neutral-500 p-3`};
|
||||
${tw`rounded-full w-16 flex items-center justify-center bg-neutral-800 p-3`};
|
||||
}
|
||||
`;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
@apply bg-gray-900;
|
||||
@apply bg-slate-800;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue