Skip to content

Commit e69b391

Browse files
author
Abdullah Mzaien
authored
fix(devtools): change the new invalidate button color to have more contrast (TanStack#1507)
* Changing the new invalidate button color to have more contrast * consistant colors all over dev tools
1 parent cf8c160 commit e69b391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devtools/devtools.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ export const ReactQueryDevtoolsPanel = React.forwardRef(
658658
onClick={() => queryClient.invalidateQueries(activeQuery)}
659659
style={{
660660
background: theme.warning,
661+
color: theme.inputTextColor,
661662
}}
662663
>
663664
Invalidate

0 commit comments

Comments
 (0)