1
0

fix: Family center enabled tab & join server back button (#263)

This commit is contained in:
Jade Herd
2023-11-10 10:31:33 -05:00
committed by GitHub
parent d3139ee1de
commit 693f1b25e0
2 changed files with 7 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -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;
}