|
|
@@ -60,8 +60,8 @@ const PaletteSwitcher: FC<IPaletteSwitcherProps> = ({
|
|
|
|
|
|
if(!isHaveN) {
|
|
|
variantsPre.unshift({
|
|
|
+ backgroundColor: isWorkWithHighlightButton ? "transparent" : "subtle",
|
|
|
borderColor: "transparent",
|
|
|
- backgroundColor: "subtle",
|
|
|
paletteKey: "nibgat",
|
|
|
iconColor: "moon",
|
|
|
icon: ({
|
|
|
@@ -76,9 +76,9 @@ const PaletteSwitcher: FC<IPaletteSwitcherProps> = ({
|
|
|
|
|
|
if(!isHaveNC) {
|
|
|
variantsPre.unshift({
|
|
|
+ backgroundColor: isWorkWithHighlightButton ? "transparent" : "subtle",
|
|
|
paletteKey: "nibgat-community",
|
|
|
borderColor: "transparent",
|
|
|
- backgroundColor: "subtle",
|
|
|
iconColor: "moon",
|
|
|
icon: ({
|
|
|
size
|
|
|
@@ -92,8 +92,8 @@ const PaletteSwitcher: FC<IPaletteSwitcherProps> = ({
|
|
|
|
|
|
if(!isHaveCC) {
|
|
|
variantsPre.unshift({
|
|
|
+ backgroundColor: isWorkWithHighlightButton ? "transparent" : "subtle",
|
|
|
borderColor: "transparent",
|
|
|
- backgroundColor: "subtle",
|
|
|
paletteKey: "caycore",
|
|
|
iconColor: "moon",
|
|
|
icon: ({
|