mirror of
https://github.com/apache/superset.git
synced 2026-09-09 00:34:49 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude
parent
31e2143c84
commit
1f482b42eb
@@ -73,7 +73,7 @@ const LeftPanelStyle = styled.div`
|
||||
padding: ${theme.sizeUnit * 1.75}px;
|
||||
border-radius: ${theme.borderRadius}px;
|
||||
:hover {
|
||||
background-color: ${theme.colors.grayscale.light4}
|
||||
background-color: ${theme.colorFillTertiary}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ const LeftPanelStyle = styled.div`
|
||||
padding: ${theme.sizeUnit * 1.75}px;
|
||||
border-radius: ${theme.borderRadius}px;
|
||||
background-color: ${theme.colorPrimaryText};
|
||||
color: ${theme.colors.grayscale.light5};
|
||||
color: ${theme.colorTextLightSolid};
|
||||
}
|
||||
|
||||
.options, .options-highlighted {
|
||||
@@ -111,7 +111,7 @@ const LeftPanelStyle = styled.div`
|
||||
margin-bottom: ${theme.sizeUnit * 2.5}px;
|
||||
}
|
||||
p {
|
||||
color: ${theme.colors.grayscale.light1};
|
||||
color: ${theme.colorTextSecondary};
|
||||
}
|
||||
}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user