disabled entity values shown in white text

This commit is contained in:
proddy
2023-09-20 23:09:02 +02:00
parent 96ff5ed123
commit b893290b62

View File

@@ -26,6 +26,9 @@ const theme = responsiveFontSizes(
},
info: {
main: '#607d8b' // blueGrey[500]
},
text: {
disabled: '#eee' // white
}
}
})