mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 08:41:29 +03:00
small light theme redesign
This commit is contained in:
@@ -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,
|
||||
),
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user