From 326d441cc440532f32222621ac3afb23ff933164 Mon Sep 17 00:00:00 2001 From: volvl Date: Tue, 28 Nov 2023 12:10:59 +0400 Subject: [PATCH] Fix wizard color (#205) * Fix toolbar color --- src/app/preview/wizard/wizard.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/preview/wizard/wizard.component.html b/src/app/preview/wizard/wizard.component.html index 2d60273e..4d3568ee 100644 --- a/src/app/preview/wizard/wizard.component.html +++ b/src/app/preview/wizard/wizard.component.html @@ -1,4 +1,4 @@ - +
@@ -8,7 +8,7 @@ width="100%" [height]="this.theme === 'generic' ? (this.themeSize === 'compact' ? 125 : 175) :247" colCount="2" - labelMode="floating"> + [labelMode]="this.theme === 'fluent' ? 'outside' : 'floating'">