fix: inheret bg color for editable input

This commit is contained in:
Shariq Ansari 2022-12-08 11:47:20 +05:30
parent 56e02a899e
commit fb4814ff3c

View file

@ -71,6 +71,7 @@ function focus_on_label() {
&:focus {
outline: none;
border-radius: var(--border-radius);
background-color: inherit;
}
&::placeholder {