fix --sl-color-neutral-0|1000

This commit is contained in:
Cory LaViska
2021-08-25 17:48:37 -04:00
parent f3281d3985
commit 0829af77c0
19 changed files with 72 additions and 71 deletions

View File

@@ -46,7 +46,7 @@ Here's an example that modifies buttons with the `tomato-button` class.
<style>
.tomato-button::part(base) {
background: rgb(var(--sl-color-neutral-1000));
background: rgb(var(--sl-color-neutral-0));
border: solid 1px tomato;
}