Skip to content

Commit 344472a

Browse files
committed
fix: bg on select dropdown
1 parent cfef9ed commit 344472a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/islands/new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function ScopeSelect(
122122
return (
123123
<>
124124
<select
125-
class="w-full mt-4 block py-2 px-4 input-container input select"
125+
class="w-full mt-4 block py-2 px-4 input-container input select dark:bg-jsr-gray-900"
126126
onChange={(e) => scope.value = e.currentTarget.value}
127127
value={scope}
128128
disabled={locked}

0 commit comments

Comments
 (0)