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/select-dialog.tsx | |
| parent | 0331931f562239abf3adaebfb18539adf6665359 (diff) | |
| download | opencode-0acefd5c08d724d440071de2ff7bcee4b599ecad.tar.gz opencode-0acefd5c08d724d440071de2ff7bcee4b599ecad.zip | |
fix: safari icons
Diffstat (limited to 'packages/ui/src/components/select-dialog.tsx')
| -rw-r--r-- | packages/ui/src/components/select-dialog.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ui/src/components/select-dialog.tsx b/packages/ui/src/components/select-dialog.tsx index 4806a12dd..2f2d3e414 100644 --- a/packages/ui/src/components/select-dialog.tsx +++ b/packages/ui/src/components/select-dialog.tsx @@ -91,7 +91,7 @@ export function SelectDialog<T>(props: SelectDialogProps<T>) { </Dialog.Header> <div data-component="select-dialog-input"> <div data-slot="select-dialog-input-container"> - <Icon data-slot="select-dialog-icon" name="magnifying-glass" /> + <Icon name="magnifying-glass" /> <Input data-slot="select-dialog-input" type="text" @@ -108,7 +108,6 @@ export function SelectDialog<T>(props: SelectDialogProps<T>) { </div> <Show when={filter()}> <IconButton - data-slot="select-dialog-clear-button" icon="circle-x" variant="ghost" onClick={() => { |
