Skip to content

Commit

Permalink
fix: Family center enabled tab & join server back button (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Nov 10, 2023
1 parent d3139ee commit 693f1b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ div[role="radio"][class*="selected"] {
> [class*="premiumIcon_"] {
color: $crust !important;
}

// Create a server back button
div[class^="layerContainer"] button[class^="backButton"][class*="lookBlank"] {
color: $text;
}
3 changes: 2 additions & 1 deletion src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ div[class^="contentRegion"] {
}
}

#family-center-tab {
@at-root #activity-tab,
#family-center-tab {
div[class^="featureCards"] svg[class^="icon"] {
color: $crust;
}
Expand Down

0 comments on commit 693f1b2

Please sign in to comment.