Fixing bug where some inputs would not have the correct text color
This commit is contained in:
parent
cb616c85a7
commit
8f9757b2f7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/theme",
|
||||
"version": "1.2.12",
|
||||
"version": "1.2.13",
|
||||
"description": "",
|
||||
"main": " ",
|
||||
"files": [
|
||||
|
@ -7,6 +7,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.input-group {
|
||||
@extend .inp;
|
||||
}
|
||||
|
||||
.input-checkbox {
|
||||
span {
|
||||
background-color: $button-color;
|
||||
|
Loading…
Reference in New Issue
Block a user