mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user