Skip to content

Commit 25c0b0e

Browse files
Merge pull request #4201 from ProjectMirador/fix-4198-provide-necessary-color-tokens
Fix #4198, make annotation / layers / search result badge visible again
2 parents dedeac4 + 056262a commit 25c0b0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/settings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export default {
5050
main: '#b00020',
5151
},
5252
notification: { // Color used in MUI Badge dots
53-
main: '#ffa224'
53+
main: '#ffa224',
54+
contrastText: '#ffa224',
5455
},
5556
hitCounter: {
5657
default: '#bdbdbd',

0 commit comments

Comments
 (0)