Add inverted text color and bg accent color

This commit is contained in:
Sat Naing
2022-09-13 23:39:23 +06:30
parent dae1945257
commit c918c92f92
+2
View File
@@ -17,11 +17,13 @@ module.exports = {
skin: { skin: {
base: withOpacity("--color-text-base"), base: withOpacity("--color-text-base"),
accent: withOpacity("--color-text-accent"), accent: withOpacity("--color-text-accent"),
inverted: withOpacity("--color-fill"),
}, },
}, },
backgroundColor: { backgroundColor: {
skin: { skin: {
fill: withOpacity("--color-fill"), fill: withOpacity("--color-fill"),
accent: withOpacity("--color-accent"),
inverted: withOpacity("--color-text-base"), inverted: withOpacity("--color-text-base"),
card: withOpacity("--color-card"), card: withOpacity("--color-card"),
"card-muted": withOpacity("--color-card-muted"), "card-muted": withOpacity("--color-card-muted"),