Skip to content

Commit 0bf8b60

Browse files
authored
Update bottom actions button colors for themes (#2075)
1 parent 830f359 commit 0bf8b60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/css/content/bottom-actions.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
}
2626
.content-inner .bottom-actions .bottom-actions-button .subheader {
2727
font-size: .8em;
28-
color: var(--bottomActionsBtnSubheader);
28+
color: var(--textHeaders);
2929
white-space: nowrap;
3030
}
3131

3232
.content-inner .bottom-actions .bottom-actions-button .title {
33-
color: var(--textHeaders);
33+
color: var(--bottomActionsBtnTitle);
3434
}
3535

3636
.content-inner .bottom-actions .bottom-actions-button[rel="prev"] {

assets/css/custom-props/theme-dark.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body.dark {
5151
--tabShadow: var(--black);
5252

5353
--bottomActionsBtnBorder: var(--white-opacity-10);
54-
--bottomActionsBtnSubheader: var(--mainLight);
54+
--bottomActionsBtnTitle: var(--mainLightest);
5555

5656
--modalBackground: var(--gray800);
5757

assets/css/custom-props/theme-light.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
--tabShadow: var(--gray25);
5252

5353
--bottomActionsBtnBorder: var(--black-opacity-10);
54-
--bottomActionsBtnSubheader: var(--mainDark);
54+
--bottomActionsBtnTitle: var(--mainDark);
5555

5656
--modalBackground: var(--white);
5757

0 commit comments

Comments
 (0)