Skip to content

Commit

Permalink
Missing theme property
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Nov 15, 2021
1 parent f2560dd commit f3ed8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/custom-theme/theme/theme-light.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ export default {
selectDropdownBackgroundColor: '#eeeeee',
listHeaderBackground: palette.light,
listItemBackground: palette.light,
mapClusterBorder: palette.primaryDark
mapClusterBorder: palette.primaryDark,
lightDark: null
};

0 comments on commit f3ed8d2

Please sign in to comment.