Skip to content

Commit 26c4672

Browse files
committed
[chores:ui] Move theme colors to variables #487
Closes #487
1 parent f95b1ae commit 26c4672

File tree

4 files changed

+308
-127
lines changed

4 files changed

+308
-127
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ow-help-text {
2-
background-color: #ffe5e5;
2+
background-color: var(--ow-stacked-inline-helptext-bg);
33
padding: 5px 10px;
44
font-size: 15px;
55
font-weight: bolder;
@@ -9,5 +9,5 @@
99
min-width: 30px;
1010
}
1111
.ow-help-text a {
12-
color: #df5d43;
12+
color: var(--ow-color-primary);
1313
}

0 commit comments

Comments
 (0)