File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ export function QueryWidget({
185185 < Button
186186 variant = "minimal/small"
187187 LeadingIcon = { Maximize2 }
188- leadingIconClassName = "text-text-bright"
188+ leadingIconClassName = "text-text-dimmed group-hover/button:text-text- bright"
189189 onClick = { ( ) => setIsFullscreen ( true ) }
190190 className = "!px-1"
191191 />
Original file line number Diff line number Diff line change @@ -984,7 +984,7 @@ function QueryTitle({
984984 < Button
985985 variant = "minimal/small"
986986 LeadingIcon = { PencilSquareIcon }
987- leadingIconClassName = "text-text-bright"
987+ leadingIconClassName = "text-text-dimmed group-hover/button:text-text- bright"
988988 className = "opacity-0 transition-opacity group-hover:opacity-100"
989989 onClick = { ( ) => {
990990 setRenameValue ( title ) ;
You can’t perform that action at this time.
0 commit comments