瀏覽代碼

Make small swatches react to theme changes

Dominik Prokop 7 年之前
父節點
當前提交
511895c079
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/grafana-ui/src/components/ColorPicker/NamedColorsGroup.tsx

+ 1 - 0
packages/grafana-ui/src/components/ColorPicker/NamedColorsGroup.tsx

@@ -95,6 +95,7 @@ const NamedColorsGroup: FunctionComponent<NamedColorsGroupProps> = ({
                   isSelected={color.name === selectedColor}
                   color={getColorForTheme(color, theme)}
                   onClick={() => onColorSelect(color)}
+                  theme={theme}
                 />
               </div>
             )