feat: default link to use blue color

This commit is contained in:
鲁树人
2023-06-12 22:55:09 +01:00
parent 10aa8ee20a
commit f2c93c9f85
2 changed files with 6 additions and 1 deletions

View File

@@ -30,6 +30,11 @@ export const theme = extendTheme({
userSelect: 'none',
},
},
Link: {
baseStyle: {
color: 'blue.600',
},
},
},
styles: {
global: {