[ACS-12014] Made toolbar non transparent for crop mode in image viewer (#5227)

* [ACS-12014] Made toolbar non transparent for crop mode in image viewer

* [ACS-12014] Addressed copilot comment
This commit is contained in:
AleksanderSklorz
2026-06-15 10:51:37 +02:00
committed by GitHub
parent 0371b2ead8
commit 2a49de437f
@@ -37,7 +37,8 @@
@include mat.toolbar-overrides(
(
standard-height: 48px,
container-text-color: var(--adf-theme-foreground-text-color-064)
container-text-color: var(--adf-theme-foreground-text-color-064),
container-background-color: var(--mat-sys-surface)
)
);