Added icon bg

This commit is contained in:
Angelillo15 2023-08-06 18:10:29 +02:00
parent bab2b21098
commit f5fda554fa
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ export default styled.div<{ $hoverable?: boolean }>`
${(props) => props.$hoverable !== false && tw`hover:border-neutral-500`}; ${(props) => props.$hoverable !== false && tw`hover:border-neutral-500`};
& .icon { & .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`};
} }
`; `;

View File

@ -41,7 +41,7 @@
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
@apply bg-gray-900; @apply bg-slate-800;
} }
} }
} }