mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
refactor(ui): allow all tailwind css colors
This commit is contained in:
@ -17,7 +17,7 @@ export const InterestItem: React.FC<InterestItemProps> = (props) => {
|
||||
<Typography
|
||||
as="p"
|
||||
variant="text1"
|
||||
className="dark:text-gray my-2 text-black"
|
||||
className="dark:text-gray-lighter my-2 text-black"
|
||||
>
|
||||
{description}
|
||||
</Typography>
|
||||
|
Reference in New Issue
Block a user