fix ThemedIcon wrongly moved to S. namespace
This commit is contained in:
parent
c3d7fa0bc5
commit
a8d8da7145
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ RowLayout {
|
|||
shadowHorizontalOffset: 0
|
||||
}
|
||||
|
||||
S.ThemedIcon {
|
||||
M.ThemedIcon {
|
||||
anchors.fill: parent
|
||||
source: iconItem.modelData.icon
|
||||
tint: iconItem._needsAttention ? S.Theme.base08 : (root.parent?.accentColor ?? S.Theme.base05)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue