summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/select-dialog.tsx
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-01 16:26:06 -0600
committerAdam <[email protected]>2025-12-01 16:27:12 -0600
commit0acefd5c08d724d440071de2ff7bcee4b599ecad (patch)
treed9a6fa63d59400b7f4240bed247265b171cc2d2b /packages/ui/src/components/select-dialog.tsx
parent0331931f562239abf3adaebfb18539adf6665359 (diff)
downloadopencode-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.tsx3
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={() => {