changed the bg color code of rmsc
This commit is contained in:
parent
77f27fa915
commit
f9f1be3b88
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -127,7 +127,7 @@ export default createGlobalStyle(
|
|||
--rmsc-selected: #1d1915;
|
||||
--rmsc-border: #333333;
|
||||
--rmsc-gray: #555555;
|
||||
--rmsc-bg: #121212;
|
||||
--rmsc-bg: #171A1C;
|
||||
color: #fff;
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Add table
Reference in a new issue