Skip to content

Commit

Permalink
Run update_classes
Browse files Browse the repository at this point in the history
Updates some classes in user popouts and modals
  • Loading branch information
TakosThings committed Apr 23, 2024
1 parent 0ce72fa commit e5a0ad8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/modules/home/_dm_profile.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.theme-dark .profilePanel_e2cafe{
.userProfileOuterUnthemed_e14365{
.userProfileOuterUnthemed__9741c{
background-color: transparent;
border-left: 1px solid $CardStrokeColorDefault;
}
.userPanelInnerThemed_c2aed9{
.userPanelInnerThemed__651e4{
background: $LayerFillColorDefault;
}

Expand All @@ -14,7 +14,7 @@
text-transform: none;
}

.overlayBackground__2666e{
.overlayBackground__345c9{
background-color: $LayerOnAcrylicFillColorDefult;
}
}
2 changes: 1 addition & 1 deletion src/modules/modals/_user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

// Body
.overlayBackground__2666e{
.overlayBackground__345c9{
border-radius: 4px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/modules/popouts/_account.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.theme-dark .userPopoutOuter__3884e{
.theme-dark .userPopoutOuter_d67f56{
// Remove style from context menu in user popout
.menu__088f7.menu__13d0c{
background-color: transparent;
Expand Down
8 changes: 4 additions & 4 deletions src/modules/popouts/_user.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.theme-dark .userPopoutOuter__3884e{
.theme-dark .userPopoutOuter_d67f56{
@include Elevation32;

// 'plebium' mode
.userProfileInnerThemedNonPremium_ed9022{
.userProfileInnerThemedNonPremium_b64fb4{
background: $AcrylicBackgroundFillColorBase;
border: 1px solid $SurfaceStrokeColorDefault;
border-radius: 8px;
.overlayBackground__2666e{
.overlayBackground__345c9{
background: $LayerOnAcrylicFillColorDefult;
border-radius: 4px;
}
}

.overlayBackground__2666e{
.overlayBackground__345c9{
border-radius: 4px;
}

Expand Down

0 comments on commit e5a0ad8

Please sign in to comment.