changed the bg color code of rmsc

This commit is contained in:
Tarun Samanta 2023-08-13 23:49:57 +05:30
parent 77f27fa915
commit f9f1be3b88
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ const Form: React.FC<FormProps> = ({ defaultValues, partitions, topics }) => {
<div>
<InputLabel>Partitions</InputLabel>
<MultiSelect
className={isDarkMode ? 'dark' : 'rmsc'}
className={isDarkMode ? 'dark' : ''}
options={partitionOptions}
value={partitionsValue.map((p) => ({
value: p,

View file

@ -127,7 +127,7 @@ export default createGlobalStyle(
--rmsc-selected: #1d1915;
--rmsc-border: #333333;
--rmsc-gray: #555555;
--rmsc-bg: #121212;
--rmsc-bg: #171A1C;
color: #fff;
}
`