diff options
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r-- | src/lib/themes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts index d7043ad2d..76d4fbf2f 100644 --- a/src/lib/themes.ts +++ b/src/lib/themes.ts @@ -297,7 +297,7 @@ export const darkTheme: Theme = { textLight: colors.gray3, textInverted: colors.black, link: colors.blue3, - border: colors.black, + border: colors.gray7, borderDark: colors.gray6, icon: colors.gray4, |