Skip to content

Commit

Permalink
Update bottom actions button colors for themes (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jan 27, 2025
1 parent 830f359 commit 0bf8b60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/content/bottom-actions.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
}
.content-inner .bottom-actions .bottom-actions-button .subheader {
font-size: .8em;
color: var(--bottomActionsBtnSubheader);
color: var(--textHeaders);
white-space: nowrap;
}

.content-inner .bottom-actions .bottom-actions-button .title {
color: var(--textHeaders);
color: var(--bottomActionsBtnTitle);
}

.content-inner .bottom-actions .bottom-actions-button[rel="prev"] {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/custom-props/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body.dark {
--tabShadow: var(--black);

--bottomActionsBtnBorder: var(--white-opacity-10);
--bottomActionsBtnSubheader: var(--mainLight);
--bottomActionsBtnTitle: var(--mainLightest);

--modalBackground: var(--gray800);

Expand Down
2 changes: 1 addition & 1 deletion assets/css/custom-props/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
--tabShadow: var(--gray25);

--bottomActionsBtnBorder: var(--black-opacity-10);
--bottomActionsBtnSubheader: var(--mainDark);
--bottomActionsBtnTitle: var(--mainDark);

--modalBackground: var(--white);

Expand Down

0 comments on commit 0bf8b60

Please sign in to comment.