1
0
Fork 0

fix(org): Color inconsistencies

This commit is contained in:
joostdecock 2023-08-27 16:32:09 +02:00
parent 6a717a376f
commit f5b4343f35

View file

@ -24,7 +24,7 @@ const Box = ({ title, Icon, description, href }) => {
const linkProps = { const linkProps = {
href, href,
className: className:
'p-8 -ml-4 -mr-4 md:m-0 rounded-none md:rounded-xl md:shadow hover:bg-secondary bg-base-200 hover:text-secondary-content', 'p-8 -ml-4 -mr-4 md:m-0 rounded-none md:rounded-xl md:shadow hover:bg-secondary bg-base-200 hover:bg-opacity-10',
} }
const inner = ( const inner = (