Skip to content

Commit 3ef15c7

Browse files
committed
feat: add styling to search bar in spotlight css file
1 parent f33695a commit 3ef15c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)