fix: read only field style

This commit is contained in:
prssanna 2020-12-15 13:42:14 +05:30
parent f39b7f2be9
commit 60850aa64b

View file

@ -88,6 +88,7 @@
min-height: $input-height;
border-radius: $border-radius;
font-weight: 400;
padding: 8px 12px;
cursor: default;
color: var(--gray-500);
background-color: var(--control-bg);