Adjust active color of boss card
This commit is contained in:
@@ -128,7 +128,7 @@ const BossCard = ({
|
||||
}) => {
|
||||
return (
|
||||
<Box
|
||||
sx={{ position: 'relative', '&.active': { bg: 'primary' } }}
|
||||
sx={{ position: 'relative', '&.active': { bg: 'transparentPrimary' } }}
|
||||
className={active ? 'active' : ''}
|
||||
>
|
||||
{label != null && (
|
||||
|
||||
@@ -14,6 +14,7 @@ export const theme: Theme = {
|
||||
text: '#212529',
|
||||
background: '#fff',
|
||||
primary: '#007bff',
|
||||
transparentPrimary: '#007bff99',
|
||||
secondary: '#6c757d',
|
||||
muted: colors.gray[5],
|
||||
success: '#28a745',
|
||||
|
||||
Reference in New Issue
Block a user