fix bug 72776

This commit is contained in:
Konstantin Kireyev
2025-01-28 13:50:48 +05:00
parent 1bd805e333
commit 172f43265e
4 changed files with 2 additions and 9 deletions

View File

@ -48,7 +48,7 @@ export const DrawView = ({ currentTool, setTool, settings, setSettings, colors,
f7.sheet.open('.draw-sheet--color-picker')
}}
>
<Icon icon="icon-plus" style={{ backgroundColor: 'var(--brand-word)' }}/>
<Icon icon="icon-plus"/>
</div>
</div>
</div>

View File

@ -4,6 +4,7 @@
.icon-svg {
width: 24px;
height: 24px;
fill: @brandColor;
}
i.icon {

View File

@ -9,9 +9,6 @@
}
}
}
.icon-svg {
fill: @brandColor;
}
i.icon {
&.icon_mask {

View File

@ -1,8 +1,3 @@
.icon-svg {
fill: @brand-slide;
color: @brand-slide;
}
i.icon {
&.icon-format-pptx {
width: 22px;