mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
fix(theming): Fix ag-grid theming regression in SQL Lab (#34675)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
bce476c4a2
commit
d79fc92a1a
@@ -342,8 +342,15 @@ export const StyledChartContainer = styled.div<{
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.ag-header,
|
||||
.ag-row,
|
||||
.ag-header {
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
font-weight: ${theme.fontWeightStrong};
|
||||
}
|
||||
|
||||
.ag-row {
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
}
|
||||
|
||||
.ag-spanned-row {
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
font-weight: ${theme.fontWeightStrong};
|
||||
|
||||
Reference in New Issue
Block a user