Skip to content

Commit 0d6edf5

Browse files
author
Leupp, Joel
committed
feature/add-missing-color-marine
1 parent ab5d77b commit 0d6edf5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/guide/styling/colors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ status colors, and neutral tones.
1717
<div style="margin-left: 12px;"><code>--six-color-indigo</code></div>
1818
</div>
1919

20+
<div style="display: flex; align-items: center; margin-bottom: 24px;">
21+
<div style="width: 120px; font-weight: 500;">Marine</div>
22+
<div style="width: 60px; height: 60px; background-color: #002c5f; border-radius: 4px 0 0 4px;"></div>
23+
<div style="margin-left: 12px;"><code>--six-color-marine</code></div>
24+
</div>
25+
2026
## Color Palettes
2127

2228
<div style="display: flex; flex-direction: row">

libraries/ui-library/src/global/base/colors.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--six-color-black: #000;
44
--six-color-white: #fff;
55
--six-color-indigo: #5c1bb8;
6+
--six-color-marine: #002c5f;
67

78
--six-color-web-rock-900: #262626;
89
--six-color-web-rock-800: #484848;

0 commit comments

Comments
 (0)