Skip to content

Commit 3819b4e

Browse files
committed
feat: add styling to search bar in spotlight css file
1 parent ded6a6f commit 3819b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@apply pointer-events-none my-1 ring-1 ring-slate-700;
99
}
1010

11-
#subject-lookup-search-bar[data-spotlight='true'] > input {
11+
#datahub-subject-search-bar[data-spotlight='true'] > input {
1212
@apply bg-slate-100 placeholder:text-slate-900 dark:bg-slate-900 dark:placeholder:text-slate-100;
1313
}
1414

0 commit comments

Comments
 (0)