diff options
| author | adamelmore <[email protected]> | 2026-01-27 15:31:32 -0600 |
|---|---|---|
| committer | adamelmore <[email protected]> | 2026-01-27 15:59:01 -0600 |
| commit | 33d400c567a48fc730b2e95f307b9edd99132cc0 (patch) | |
| tree | b3a9f93a91053fdfda5f464b1529133c933c6ef2 /packages/ui/src/components/spinner.css | |
| parent | b8e726521dbf8dd3af7fb58d3aea3f0c4ec056d7 (diff) | |
| download | opencode-33d400c567a48fc730b2e95f307b9edd99132cc0.tar.gz opencode-33d400c567a48fc730b2e95f307b9edd99132cc0.zip | |
fix(app): spinner color
Diffstat (limited to 'packages/ui/src/components/spinner.css')
| -rw-r--r-- | packages/ui/src/components/spinner.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/spinner.css b/packages/ui/src/components/spinner.css index 6b432d045..2ca474dc3 100644 --- a/packages/ui/src/components/spinner.css +++ b/packages/ui/src/components/spinner.css @@ -1,5 +1,5 @@ [data-component="spinner"] { - color: var(--text-base); + color: inherit; flex-shrink: 0; width: 18px; aspect-ratio: 1; |
