You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/app/styles/colors.mdx
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff 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
+
1
6
import {useTheme} from'@emotion/react';
2
7
importstyledfrom'@emotion/styled';
3
8
@@ -184,10 +189,6 @@ return (
184
189
</SideBySide>
185
190
); }
186
191
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
-
191
192
## Grays
192
193
193
194
There are 5 shades of gray, ranging from Gray 500 (darkest) to Gray 100 (lightest).
0 commit comments