We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47344e commit f8ed009Copy full SHA for f8ed009
1 file changed
apps/web/src/routes/_app/datahub/index.tsx
@@ -199,7 +199,7 @@ const RouteComponent = () => {
199
<Dialog open={isLookupOpen} onOpenChange={setIsLookupOpen}>
200
<Dialog.Trigger asChild>
201
<Button
202
- className="[&>input]:text-foreground [&>input]:placeholder-foreground gap-1"
+ className="gap-1"
203
data-spotlight-type="subject-lookup-search-button"
204
data-testid="subject-lookup-search-button"
205
id="subject-lookup-search-button"
0 commit comments