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