Skip to content

Commit 04aaea0

Browse files
fix: bg on select dropdown (#1117)
### PR Checklist - [x] The PR title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - [x] Does the PR have changes to the frontend? If so, include screenshots or a recording of the changes. <br/>If it affect colors, please include screenshots/recording in both light and dark mode. <details> <summary>Before (Click to open)</summary> ![image](https://github.com/user-attachments/assets/ab47b6d4-51a1-482f-a34f-372d2fdf7136) </details> <details> <summary>After (Click to open)</summary> ![image](https://github.com/user-attachments/assets/e37152e9-a697-49da-8471-1ab34d41297f) </details>
1 parent f8a490f commit 04aaea0

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)