Fix border color in dark mode

This commit is contained in:
Cory LaViska
2020-08-20 08:27:00 -04:00
parent c71bbb4384
commit 8aa598ee92
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## 2.0.0-beta.15
- Fixed a bug where the `change` event wasn't updating the value in `sl-input`
- Fixed a bug where `sl-color-picker` had the wrong border color in the dark theme
## 2.0.0-beta.14

View File

@@ -29,7 +29,7 @@
}
.color-picker--inline {
border: solid 1px var(--sl-color-gray-90);
border: solid 1px var(--sl-panel-border-color);
box-shadow: var(--sl-shadow-small);
}