Skip to content

Commit f1e7030

Browse files
committed
更新 page.dart
1 parent 905f1fd commit f1e7030

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/app/home/page.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
800800
borderRadius: BorderRadius.circular(8),
801801
border: Border.all(
802802
color: Theme.of(context).brightness == Brightness.dark
803-
? Colors.white.withValues(alpha: 0.3)
804-
: const Color.fromARGB(255, 0, 0, 0).withValues(alpha: 0.3),
803+
? Colors.white.withValues(alpha: 0.25)
804+
: const Color.fromARGB(255, 0, 0, 0).withValues(alpha: 0.25),
805805
width: 0.5,
806806
),
807807
),

0 commit comments

Comments
 (0)