Skip to content

Commit

Permalink
fix(theme-tac): use tchap theme for TAC button and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Jun 19, 2024
1 parent c161737 commit 9684ea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/themes/tchap-common/css/_tchap_custom.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@
.mx_SecondaryButton {
background: rgba(255, 255, 255, 0);
}
}

.mx_ThreadsActivityCentreButton .mx_ThreadsActivityCentreButton_Icon {
color: white;
}
1 change: 1 addition & 0 deletions res/themes/tchap-light/css/_tchap_custom_vars.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body {
--cpd-color-bg-action-primary-rest: var(--accent);
--cpd-color-text-on-solid-primary: #ffffff;
--cpd-color-icon-accent-tertiary: var(--accent);
--cpd-color-icon-success-primary: var(--warning-color); // use for badge level color, we use red in tchap instead of element's green

/* TODO default avatar colors are broken because of the switch to use Compound to manage colors.
Try something like this:
Expand Down

0 comments on commit 9684ea0

Please sign in to comment.