From 81040efd8b58b4e1a419ac0ac99b195f001f5541 Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Fri, 31 Jul 2026 22:34:52 +0200 Subject: [PATCH] css --- .../src/app/features/team/cashbox/cashbox.scss | 3 ++- .../src/app/features/team/members/members.scss | 3 ++- .../src/app/features/team/overview/overview.scss | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) 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;