fix: contrast

This commit is contained in:
OCDkirby
2023-11-16 15:55:24 -06:00
parent 3529282e4a
commit 1a68d92d25

View File

@@ -39,7 +39,7 @@ const lightMenu: Partial<MenuThemeVars> = {
// }
const gradientTextOverrides: Partial<GradientTextThemeVars> = {
rotate: '188deg',
colorEndInfo: '#150fff',
colorEndInfo: '#3633fa',
colorStartInfo: '#9600ff',
}