kopia lustrzana https://github.com/shoelace-style/shoelace
Fix border color in dark mode
rodzic
c71bbb4384
commit
8aa598ee92
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue