fix example

This commit is contained in:
Cory LaViska
2021-08-19 08:01:54 -04:00
parent 5d9c65041e
commit 2af3831366

View File

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