We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d83a63 commit d632c19Copy full SHA for d632c19
website/src/theme/AIGateway/Button.tsx
@@ -51,8 +51,6 @@ const Button = defineStyleConfig({
51
? 'blackAlpha.900'
52
: `var(--chakra-colors-${colorScheme}-500)`;
53
54
- // NOTE: 对于导航条中的链接,需要使用黑色
55
-
56
return {
57
color,
58
fontWeight: 'normal',
0 commit comments