Quellcode durchsuchen

style: update border color for dark and light themes

nian vor 1 Monat
Ursprung
Commit
f3150602c4
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/theme/dark.ts
  2. 1 1
      src/theme/light.ts

+ 1 - 1
src/theme/dark.ts

@@ -10,7 +10,7 @@ const dark = {
   textColor1: twc.neutral[350],
   textColor2: twc.neutral[350],
   textColor3: twc.neutral[450],
-  borderColor: cdh(twc.neutral[750], 0.22),
+  borderColor: twc.neutral[800],
 }
 
 const closeIcon = (primaryColor: string) => {

+ 1 - 1
src/theme/light.ts

@@ -9,7 +9,7 @@ const light = {
   textColor1: twc.neutral[750],
   textColor2: twc.neutral[700],
   textColor3: twc.neutral[500],
-  borderColor: twc.neutral[200],
+  borderColor: twc.neutral[150],
 }
 
 const closeIcon = (primaryColor: string) => {