mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
Fix
This commit is contained in:
parent
9e7ee5809c
commit
b74480cd37
@ -0,0 +1,9 @@
|
||||
import type { Theme } from '@mui/material';
|
||||
|
||||
export const getFlagTypeColors = (theme: Theme) => [
|
||||
theme.palette.success.border,
|
||||
theme.palette.success.main,
|
||||
theme.palette.success.dark,
|
||||
'#4D8007',
|
||||
'#7D935E',
|
||||
];
|
Loading…
Reference in New Issue
Block a user