mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
style: remove uppercase from labels, buttons, tabs to align with design system (#29673)
This commit is contained in:
committed by
GitHub
parent
2b4a8e9083
commit
c094ac3584
@@ -160,7 +160,6 @@ const FormatPickerLabel = styled.span`
|
||||
font-size: ${({ theme }) => theme.typography.sizes.s}px;
|
||||
color: ${({ theme }) => theme.colors.grayscale.base};
|
||||
margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
|
||||
text-transform: uppercase;
|
||||
`;
|
||||
|
||||
const DataTableTemporalHeaderCell = ({
|
||||
|
||||
Reference in New Issue
Block a user