소스 검색

Force lowercase for the color inputs (#423)

Lipis 5 년 전
부모
커밋
70b88a6a53
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/ColorPicker.css

+ 2 - 0
src/components/ColorPicker.css

@@ -88,6 +88,7 @@
   border-radius: 0px 4px 4px 0px;
   float: left;
   padding-left: 8px;
+  text-transform: lowercase;
 }
 
 .color-picker-label-swatch {
@@ -104,4 +105,5 @@
   border-radius: 2px;
   padding: 2px 4px;
   border: 1px solid #dee2e6;
+  text-transform: lowercase;
 }