Toast: refactored service vs UI.

This commit is contained in:
LemmyCook 2025-09-14 13:15:13 -04:00
parent f9d7de2e3c
commit d348cfc2b0
8 changed files with 341 additions and 526 deletions

View file

@ -32,7 +32,7 @@ RowLayout {
radius: height * 0.5
color: root.checked ? Color.mPrimary : Color.mSurface
border.color: Color.mOutline
border.width: Math.max(1, Style.borderS* scaling)
border.width: Math.max(1, Style.borderS * scaling)
Behavior on color {
ColorAnimation {