mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Force lowercase for the color inputs (#423)
This commit is contained in:
parent
4b692da01d
commit
70b88a6a53
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue