Skip to content

Commit b893290

Browse files
committed
disabled entity values shown in white text
1 parent 96ff5ed commit b893290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface/src/CustomTheme.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ const theme = responsiveFontSizes(
2626
},
2727
info: {
2828
main: '#607d8b' // blueGrey[500]
29+
},
30+
text: {
31+
disabled: '#eee' // white
2932
}
3033
}
3134
})

0 commit comments

Comments
 (0)