fix(firewall): Tab-Farben im globalen ConfigProvider — AntD 6 Tokens korrekt
Nested ConfigProvider überschreibt Root-Provider in AntD 6 nicht zuverlässig. Tabs-Tokens (itemColor #334155, hover #0F172A, selected/inkBar #0EA5E9, fontSize 13, padding 10px 18px) direkt in globalem antdTheme in App.tsx. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -62,6 +62,16 @@ const antdTheme = {
|
||||
colorTextSecondary: '#64748B',
|
||||
controlHeight: 34,
|
||||
},
|
||||
components: {
|
||||
Tabs: {
|
||||
itemColor: '#334155',
|
||||
itemHoverColor: '#0F172A',
|
||||
itemSelectedColor: '#0EA5E9',
|
||||
inkBarColor: '#0EA5E9',
|
||||
titleFontSize: 13,
|
||||
horizontalItemPadding: '10px 18px',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
function RequireAuth({ children }: { children: ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user