From 53b35c88d7e2d72e9b26c82e630737f84cd07c33 Mon Sep 17 00:00:00 2001 From: skrustev Date: Wed, 5 Feb 2025 10:55:24 +0200 Subject: [PATCH] Switch color to container. --- src/app/views/home/home.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/home/home.component.scss b/src/app/views/home/home.component.scss index 9eb0b01..4d02023 100644 --- a/src/app/views/home/home.component.scss +++ b/src/app/views/home/home.component.scss @@ -41,6 +41,7 @@ $custom-icon-button-theme: icon-button-theme( display: flex; flex-direction: row; justify-content: space-between; + background-color: var(--ig-surface-500); } .tab-item-container { @@ -60,7 +61,6 @@ $custom-icon-button-theme: icon-button-theme( cursor: pointer; user-select: none; border-bottom: 1px solid var(--ig-gray-300); - background-color: var(--ig-surface-500); &--selected { border-bottom: 3px solid var(--ig-primary-500);