Skip to content

Commit 2b7de79

Browse files
authored
chore(schema): update label styles (#6807)
1 parent ad5e8c0 commit 2b7de79

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/compass-schema/src/components/export-schema-modal.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
Label,
1616
CancelLoader,
1717
SpinLoader,
18-
palette,
1918
Link,
2019
} from '@mongodb-js/compass-components';
2120
import { 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-
7166
const formatDescriptionStyles = css({
7267
marginTop: spacing[200],
73-
color: palette.gray.dark1,
7468
});
7569

7670
type 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>

0 commit comments

Comments
 (0)