Skip to content

Commit d8447d8

Browse files
committed
chore: fix syntax
1 parent eb35fac commit d8447d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/app/styles/colors.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ExternalLink from 'sentry/components/links/externalLink';
1212
import Panel from 'sentry/components/panels/panel';
1313
import PanelItem from 'sentry/components/panels/panelItem';
1414
import {IconCheckmark, IconClose} from 'sentry/icons';
15-
import {ThemeToggle, SideBySide} from 'sentry/stories'
15+
import {ThemeToggle, SideBySide} from 'sentry/stories';
1616
import {space} from 'sentry/styles/space';
1717

1818
export const GRAY_PALETTES = [
@@ -231,7 +231,7 @@ Each hue comes in 4 levels: 400 (dark), 300 (full opacity), 200 (medium opacity)
231231

232232
<ThemeToggle>
233233
<ColorPalette name="levels" palette={LEVELS_PALETTES} />
234-
<ThemeToggle>
234+
</ThemeToggle>
235235

236236
## Accessibility
237237

@@ -264,7 +264,7 @@ Accent colors in the 300 series, except for Yellow 300, satisfy the contrast req
264264
imgSrc={DontAccentColors}
265265
text="Use accent colors in the 100 or 200 series for any text"
266266
/>
267-
<SideBySide>
267+
</SideBySide>
268268

269269
### Separation
270270

@@ -282,4 +282,4 @@ As such, color is an unreliable way to separate elements. Whenever possible, pro
282282
imgSrc={DontDifferentiation}
283283
text="Use color as the only way to differentiate elements"
284284
/>
285-
<SideBySide>
285+
</SideBySide>

0 commit comments

Comments
 (0)