feat: default link to use blue color
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -67,7 +67,7 @@ export function QMCv2AndroidInstructions() {
<code>adb</code> <code>adb</code>
<br /> <br />
💡 💡
<Link href="https://scoop.sh/#/apps?q=adb" isExternal color="blue.600"> <Link href="https://scoop.sh/#/apps?q=adb" isExternal>
使 Scoop <ExternalLinkIcon /> 使 Scoop <ExternalLinkIcon />
</Link> </Link>

View File

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