fix(org): Color inconsistencies
This commit is contained in:
parent
6a717a376f
commit
f5b4343f35
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const Box = ({ title, Icon, description, href }) => {
|
|||
const linkProps = {
|
||||
href,
|
||||
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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue