Skip to content

Commit

Permalink
color change
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Nov 7, 2023
1 parent 0fec405 commit f934472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function ConfigureField({
return (
<Tooltip
position="bottom-left"
style={{ padding: 15, color: theme.menuItemTextHeader }}
style={{ padding: 15, color: theme.menuItemText }}
width={275}
onClose={() => dispatch({ type: 'close' })}
data-testid="filters-menu-tooltip"
Expand Down

0 comments on commit f934472

Please sign in to comment.