Skip to content

Commit 2ed8dcc

Browse files
committed
wrap: Unify background color
1 parent dc720d9 commit 2ed8dcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/179.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wrap: Unify background color

ui/src/wrap/components/Layout/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
line-height: 150%;
1313
color: var(--white);
1414
text-align: left;
15-
background-color: var(--brand-dark);
15+
background-color: var(--brand-blue);
1616
background-size: contain;
1717
background-position: left bottom;
1818
background-repeat: no-repeat;

0 commit comments

Comments
 (0)