This commit is contained in:
Jeremy Thomas 2020-03-24 13:38:45 +00:00
parent a6ce51cd3f
commit afbcf7714c
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Bulma Changelog
## Next release
## 0.8.2
### Bug fixes
* Fix #2885 -> Revert `$input-color: $text-strong`
## 0.8.1
### Improvements

View File

@ -1,4 +1,4 @@
$input-color: inherit !default
$input-color: $text-strong !default
$input-background-color: $scheme-main !default
$input-border-color: $border !default
$input-height: $control-height !default