Remove duplicated accent colors

This commit is contained in:
Sat Naing
2022-09-22 20:04:54 +06:30
parent 3a7303bc67
commit f367e05793
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -5,7 +5,6 @@
@layer base { @layer base {
:root { :root {
--color-text-base: 40, 39, 40; --color-text-base: 40, 39, 40;
--color-text-accent: 0, 108, 172;
--color-fill: 251, 254, 251; --color-fill: 251, 254, 251;
--color-accent: 0, 108, 172; --color-accent: 0, 108, 172;
--color-card: 230, 230, 230; --color-card: 230, 230, 230;
@@ -14,7 +13,6 @@
} }
.theme-dark { .theme-dark {
--color-text-base: 230, 230, 230; --color-text-base: 230, 230, 230;
--color-text-accent: 26, 217, 217;
--color-fill: 47, 55, 65; --color-fill: 47, 55, 65;
--color-accent: 26, 217, 217; --color-accent: 26, 217, 217;
--color-card: 63, 75, 90; --color-card: 63, 75, 90;
+2 -2
View File
@@ -16,7 +16,7 @@ module.exports = {
textColor: { textColor: {
skin: { skin: {
base: withOpacity("--color-text-base"), base: withOpacity("--color-text-base"),
accent: withOpacity("--color-text-accent"), accent: withOpacity("--color-accent"),
inverted: withOpacity("--color-fill"), inverted: withOpacity("--color-fill"),
}, },
}, },
@@ -43,7 +43,7 @@ module.exports = {
fill: { fill: {
skin: { skin: {
base: withOpacity("--color-text-base"), base: withOpacity("--color-text-base"),
accent: withOpacity("--color-text-accent"), accent: withOpacity("--color-accent"),
}, },
}, },
fontFamily: { fontFamily: {