mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
31e2143c84
commit
1f482b42eb
@@ -87,7 +87,7 @@ const DatasourceContainer = styled.div`
|
||||
.field-length {
|
||||
margin-bottom: ${theme.sizeUnit * 2}px;
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
color: ${theme.colors.grayscale.light1};
|
||||
color: ${theme.colorTextTertiary};
|
||||
}
|
||||
.form-control.input-md {
|
||||
display: inline-flex;
|
||||
@@ -97,7 +97,7 @@ const DatasourceContainer = styled.div`
|
||||
}
|
||||
.type-label {
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
color: ${theme.colors.grayscale.base};
|
||||
color: ${theme.colorTextSecondary};
|
||||
}
|
||||
.Control {
|
||||
padding-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user