mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(theming): Visual regressions p2 (#34279)
This commit is contained in:
committed by
GitHub
parent
c444eed63e
commit
9c6271136d
@@ -121,6 +121,7 @@ const ControlHeader: FC<ControlHeaderProps> = ({
|
||||
position: relative;
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
`}
|
||||
htmlFor={name}
|
||||
>
|
||||
{leftNode && <span>{leftNode} </span>}
|
||||
<span
|
||||
|
||||
@@ -104,7 +104,7 @@ const EmbedCodeContent = ({ formData, addDangerToast }) => {
|
||||
padding: ${theme.sizeUnit * 2}px;
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
border-radius: 4px;
|
||||
background-color: ${theme.colorBgSpotlight};
|
||||
background-color: ${theme.colorBgElevated};
|
||||
`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user