Just keep alpha in util

This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:28:50 +02:00
parent c87bfb8da8
commit ce9afec2a8
6 changed files with 31 additions and 38 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ Item {
Rectangle {
width: parent.width
height: 1
color: Style.alpha(root.foreground, 0.10)
color: Util.alpha(root.foreground, 0.10)
}
Item {