diff --git a/modules/drawers/ContentWindow.qml b/modules/drawers/ContentWindow.qml index 328d13ea..0824d209 100644 --- a/modules/drawers/ContentWindow.qml +++ b/modules/drawers/ContentWindow.qml @@ -301,7 +301,7 @@ StyledWindow { y: panel.y + root.borderThickness implicitWidth: panel.width implicitHeight: panel.height - radius: Config.border.rounding + radius: Tokens.rounding.large deformScale: deformAmount / 10000 } }