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

@@ -280,7 +280,6 @@ class DesktopTab extends StatelessWidget {
),
const Divider(
height: 1,
thickness: 1,
),
],
),
@@ -957,7 +956,6 @@ class _TabState extends State<_Tab> with RestorationMixin {
indent: _kDividerIndent,
endIndent: _kDividerIndent,
color: MyTheme.tabbar(context).dividerColor,
thickness: 1,
),
)
],