Skip to content

Commit

Permalink
fix: streaming icons/element for clips
Browse files Browse the repository at this point in the history
  • Loading branch information
accrazed committed Jul 24, 2024
1 parent dfd9942 commit e26b880
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4690,4 +4690,13 @@ foreignObject[mask="url(#svg-mask-status-offline)"] .status_c7d26b {
.theme-dark .activityStreamPreview_c1d9fd .details_c1d9fd,
.theme-dark .activityStreamPreview_c1d9fd .name_c1d9fd {
color: var(--color-low);
}

.base__5ed84,
.liveLarge_e17fae {
color: var(--color-low);
}

.clipBadgeIcon_d7719d {
color: var(--color-low) !important;
}
2 changes: 1 addition & 1 deletion src/app/_shapes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ foreignObject[mask='url(#svg-mask-status-dnd)'] .status-2DiCMd {
// Do not disturb
.pointerEvents-9SZWKj[mask='url(#svg-mask-status-dnd)'] {
fill: $alert;
}
}
11 changes: 11 additions & 0 deletions src/voice-video/voice-video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,14 @@
color: $low;
}
}

// Stream buttons

.base__5ed84,
.liveLarge_e17fae {
color: $low;
}

.clipBadgeIcon_d7719d {
color: $low !important;
}

0 comments on commit e26b880

Please sign in to comment.