瀏覽代碼

changed the bg color code of rmsc

Tarun Samanta 1 年之前
父節點
當前提交
f9f1be3b88

+ 1 - 1
kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/Form.tsx

@@ -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,

+ 1 - 1
kafka-ui-react-app/src/components/globalCss.ts

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