diff --git a/app/imports/ui/components/ColorPicker.vue b/app/imports/ui/components/ColorPicker.vue index e67656ff..0b6f65fa 100644 --- a/app/imports/ui/components/ColorPicker.vue +++ b/app/imports/ui/components/ColorPicker.vue @@ -11,64 +11,66 @@ > format_paint -
- - - -
- - - check - - -
-
-
- - - - - -
- - - check - - -
-
-
- - - + + + + + +
+ + + check + + +
+
+
+ + + + + +
+ + + check + + +
+
+
+ + + + Done - -
+ + @@ -178,6 +180,12 @@ .v-icon { height: 30px; } + .v-icon { + color: black; + } + .dark.v-icon { + color: white; + } .layout { max-width: 270px; }