Darken headers in light mode checklist
This commit is contained in:
parent
2bb98eddda
commit
d20dce5053
@ -14,7 +14,7 @@ export default function Checklist({
|
||||
<div>
|
||||
<div className={cc(
|
||||
'flex items-center gap-3',
|
||||
'dark:text-gray-300',
|
||||
'text-gray-600 dark:text-gray-300',
|
||||
'pl-[18px] mb-3',
|
||||
)}>
|
||||
{icon}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user