fix: theme color (#1438)

This commit is contained in:
Himself65
2023-03-08 22:50:07 -06:00
committed by GitHub
parent 1011088248
commit 8168a09d6f

View File

@@ -43,7 +43,7 @@ export const getLightTheme = (
codeColor: '#77757D',
quoteColor: '#645F82',
placeHolderColor: '#C0BFC1',
selectedColor: '#F3F0FF',
selectedColor: 'rgba(84,56,255,0.08)',
borderColor: '#9787FF',
disableColor: '#A9A9AD',
warningColor: '#906616',