Преглед изворни кода

add todo comment to default dark

kaori-t пре 5 година
родитељ
комит
2f1e5d9f7c
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/client/styles/scss/theme/default.scss

+ 3 - 0
src/client/styles/scss/theme/default.scss

@@ -202,4 +202,7 @@ html[dark] {
 
   @import 'apply-colors';
   @import 'apply-colors-dark';
+
+  // Button
+  // [TODO: appply colors to three stranded button]
 }