diff options
| author | Adam <[email protected]> | 2025-12-01 16:26:06 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-01 16:27:12 -0600 |
| commit | 0acefd5c08d724d440071de2ff7bcee4b599ecad (patch) | |
| tree | d9a6fa63d59400b7f4240bed247265b171cc2d2b /packages/ui/src/components/button.css | |
| parent | 0331931f562239abf3adaebfb18539adf6665359 (diff) | |
| download | opencode-0acefd5c08d724d440071de2ff7bcee4b599ecad.tar.gz opencode-0acefd5c08d724d440071de2ff7bcee4b599ecad.zip | |
fix: safari icons
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 5766215f2..8fa582cde 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -87,7 +87,7 @@ cursor: not-allowed; } - [data-slot="button-icon"] { + [data-slot="icon-svg"] { color: var(--icon-strong-base); } } |
