Skip to content

Commit d74cc88

Browse files
authored
Merge pull request #233 from oasisprotocol/ml/wrap-unify-bg-color
wrap: Unify background color
2 parents dc720d9 + 19ded9c commit d74cc88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/233.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)