File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/compass-schema/src/components Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import {
1515 Label ,
1616 CancelLoader ,
1717 SpinLoader ,
18- palette ,
1918 Link ,
2019} from '@mongodb-js/compass-components' ;
2120import { CodemirrorMultilineEditor } from '@mongodb-js/compass-editor' ;
@@ -64,13 +63,8 @@ const footerStyles = css({
6463 gap : spacing [ 200 ] ,
6564} ) ;
6665
67- const labelStyles = css ( {
68- color : palette . gray . dark1 ,
69- } ) ;
70-
7166const formatDescriptionStyles = css ( {
7267 marginTop : spacing [ 200 ] ,
73- color : palette . gray . dark1 ,
7468} ) ;
7569
7670type SupportedFormat = Exclude < SchemaFormat , 'legacyJSON' > ;
@@ -161,7 +155,6 @@ const ExportSchemaModal: React.FunctionComponent<{
161155 < Label
162156 htmlFor = { formatTypeRadioBoxGroupId }
163157 id = { formatTypeRadioBoxGroupLabelId }
164- className = { labelStyles }
165158 >
166159 Select format:
167160 </ Label >
You can’t perform that action at this time.
0 commit comments