Skip to content

Commit

Permalink
fix: theme poll related areas
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Apr 8, 2024
1 parent 3a622e7 commit 5523d18
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/theme/chat/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@
border-color: var(--background-secondary-alt);
background-color: var(--background-secondary);
}
// Polls -- scuffed but it works
.container__0bd59 {
background-color: var(--background-secondary);

.enabled_d1cac4[aria-checked="false"] .answerInner_b97752:hover {
outline-color: var(--background-secondary-alt);
}

.answerInner_b97752 {
background-color: var(--background-primary);
}

.normalStylesDefault__1c2f5 .votePercentageBar_ba9103 {
background-color: var(--background-secondary-alt);
}
}
}
1 change: 1 addition & 0 deletions src/theme/modals/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
@forward 'modify-attachment';
@forward 'notification-settings';
@forward 'onboarding';
@forward 'polls';
@forward 'stickers';
7 changes: 7 additions & 0 deletions src/theme/modals/_polls.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:is(.theme-dark, .theme-midnight) #app-mount .container_f5b15d {
background-color: var(--modal-background);

.footer__95d9e {
background-color: var(--modal-footer-background);
}
}

0 comments on commit 5523d18

Please sign in to comment.