Add inverted color for background

This commit is contained in:
Sat Naing
2022-09-11 21:35:14 +06:30
parent d58683aa58
commit 7eae6c9fb9
+1
View File
@@ -22,6 +22,7 @@ module.exports = {
backgroundColor: {
skin: {
fill: withOpacity("--color-fill"),
inverted: withOpacity("--color-text-base"),
card: withOpacity("--color-card"),
"card-muted": withOpacity("--color-card-muted"),
},