Set appbar color on light theme

This commit is contained in:
schroda
2024-09-09 22:20:46 +02:00
parent 0a4124062b
commit 1423ca23be
16 changed files with 80 additions and 26 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ export const TrackerSearch = ({
<PopupState variant="popover" popupId="tracker-search-info">
{(popupState) => (
<>
<IconButton {...bindTrigger(popupState)}>
<IconButton {...bindTrigger(popupState)} color="inherit">
<InfoIcon />
</IconButton>
<Popover