Fix button loading style to use variable for gray600

pull/1873/head
Sara 2024-01-24 10:30:11 -05:00
rodzic a4b24c1f7c
commit 2ceebc7daf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -505,7 +505,7 @@ export default css`
}
.button--loading sl-spinner {
--track-color: rgb(147 153 158 / 35%);
--track-color: rgba(var(--ts-color-gray-600-rgb), 0.35);
--indicator-color: white;
--track-width: 2px;
--speed: 3s;