small light theme redesign

This commit is contained in:
rustdesk
2023-03-04 14:28:43 +08:00
parent c11f1b3a51
commit 122f0f9611
4 changed files with 11 additions and 20 deletions

View File

@@ -120,7 +120,7 @@ class _DesktopSettingPageState extends State<DesktopSettingPage>
],
),
),
const VerticalDivider(thickness: 1, width: 1),
const VerticalDivider(width: 1),
Expanded(
child: Container(
color: Theme.of(context).scaffoldBackgroundColor,