Skip to content

Commit

Permalink
fix(core): correct background color of simulated input (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas authored Feb 26, 2021
1 parent b62d94d commit e4926e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

// "outline" (simulating <input />)
&::before {
background-color: helpers.color('background-input');
border: 2px solid helpers.color('border-input');
}
}
Expand Down

0 comments on commit e4926e9

Please sign in to comment.