From 4337981f8c532cdc2ef0d5ea75fdaa9d77945ed5 Mon Sep 17 00:00:00 2001 From: dom Date: Fri, 12 Jun 2026 09:22:48 +0800 Subject: [PATCH] tweak Signed-off-by: dom --- lib/common/style.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/common/style.dart b/lib/common/style.dart index 2a7793b06..09b83ffa5 100644 --- a/lib/common/style.dart +++ b/lib/common/style.dart @@ -9,9 +9,7 @@ abstract final class Style { static const aspectRatio = 16 / 10; static const aspectRatio16x9 = 16 / 9; static const imgMaxRatio = 2.6; - static const bottomSheetRadius = BorderRadius.vertical( - top: Radius.circular(18), - ); + static const bottomSheetRadius = BorderRadius.vertical(top: .circular(18)); static const dialogFixedConstraints = BoxConstraints.tightFor(width: 420); static const topBarHeight = 52.0; static const buttonStyle = ButtonStyle(