pull/507/head
Cory LaViska 2021-08-19 08:01:54 -04:00
rodzic 5d9c65041e
commit 2af3831366
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}