style: 恢复标签页分隔线并统一工具栏与图标按钮
This commit is contained in:
@@ -215,7 +215,8 @@ export function useTheme() {
|
||||
tabTextColorActiveLine: accentText,
|
||||
tabTextColorHoverLine: accentText,
|
||||
barColor: primary,
|
||||
tabBorderColor: 'transparent'
|
||||
// Tabs 保留横向分隔线,明确导航与内容边界;选中下划线仍使用主绿色。
|
||||
tabBorderColor: dark ? '#333333' : '#e5e5e5'
|
||||
},
|
||||
Tag: {
|
||||
textColorPrimary: accentText,
|
||||
|
||||
Reference in New Issue
Block a user