Skip to content
Snippets Groups Projects
Unverified Commit fe3d71af authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

Fix SDK style overridden by CSS reset (#41891)

parent 9a8ddfef
No related branches found
No related tags found
No related merge requests found
import styled from "@emotion/styled";
import { baseStyle, getRootStyle } from "metabase/css/core/base.styled";
import { getRootStyle } from "metabase/css/core/base.styled";
import { defaultFontFiles } from "metabase/css/core/fonts.styled";
import { alpha, color } from "metabase/lib/colors";
import { aceEditorStyles } from "metabase/query_builder/components/NativeQueryEditor/NativeQueryEditor.styled";
......@@ -16,7 +16,6 @@ export const SdkContentWrapper = styled.div<{ font: string; baseUrl?: string }>`
${aceEditorStyles}
${saveDomImageStyles}
${({ theme }) => getRootStyle(theme)}
:where(${baseStyle})
${({ baseUrl }) => defaultFontFiles({ baseUrl })}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment