Skip to content

Commit

Permalink
Switch color to container.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrustev committed Feb 5, 2025
1 parent 693f51d commit 53b35c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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);
Expand Down

0 comments on commit 53b35c8

Please sign in to comment.