Skip to content

Commit b516237

Browse files
authored
fix(stories): move color metadata to frontmatter (#95282)
Small change to adjust the color story metadata.
1 parent 8b4ba5d commit b516237

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

static/app/styles/colors.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Colors
3+
description: Sentry has a flexible, tiered color system that adapts to both light and dark mode. Our color palette consists of neutral grays and 6 accent colors.
4+
---
5+
16
import {useTheme} from '@emotion/react';
27
import styled from '@emotion/styled';
38

@@ -184,10 +189,6 @@ return (
184189
</SideBySide>
185190
); }
186191

187-
# Colors
188-
189-
Sentry has a flexible, tiered color system that adapts to both light and dark mode. Our color palette consists of neutral grays and 6 accent colors.
190-
191192
## Grays
192193

193194
There are 5 shades of gray, ranging from Gray 500 (darkest) to Gray 100 (lightest).

0 commit comments

Comments
 (0)