diff --git a/myteamwallet_frontend_modern/src/app/features/team/cashbox/cashbox.scss b/myteamwallet_frontend_modern/src/app/features/team/cashbox/cashbox.scss index 0599661..c22ee28 100644 --- a/myteamwallet_frontend_modern/src/app/features/team/cashbox/cashbox.scss +++ b/myteamwallet_frontend_modern/src/app/features/team/cashbox/cashbox.scss @@ -120,7 +120,8 @@ form button { height: 42px; border-radius: 14px; color: var(--mat-sys-primary); - background: var(--mat-sys-primary-container); + // background: var(--mat-sys-primary-container); + background: var(--mat-sys-secondary-container); } .activity-icon.team { color: var(--mat-sys-tertiary); diff --git a/myteamwallet_frontend_modern/src/app/features/team/members/members.scss b/myteamwallet_frontend_modern/src/app/features/team/members/members.scss index b061bf7..2df32a3 100644 --- a/myteamwallet_frontend_modern/src/app/features/team/members/members.scss +++ b/myteamwallet_frontend_modern/src/app/features/team/members/members.scss @@ -70,9 +70,10 @@ form { display: grid; place-items: center; border-radius: 50%; - background: var(--mat-sys-primary-container); + // background: var(--mat-sys-primary-container); color: var(--mat-sys-on-primary-container); font-weight: 700; + background: var(--mat-sys-secondary-container); } .member__copy { display: flex; diff --git a/myteamwallet_frontend_modern/src/app/features/team/overview/overview.scss b/myteamwallet_frontend_modern/src/app/features/team/overview/overview.scss index a360d60..060a31e 100644 --- a/myteamwallet_frontend_modern/src/app/features/team/overview/overview.scss +++ b/myteamwallet_frontend_modern/src/app/features/team/overview/overview.scss @@ -76,6 +76,7 @@ h2 { border-radius: 14px; background: var(--mat-sys-secondary-container); color: var(--mat-sys-on-secondary-container); + } .activity__copy { display: flex;