mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-21 13:48:43 -04:00
minor ui cleanups
This commit is contained in:
parent
e2f810f6e5
commit
079efb02b9
7 changed files with 43 additions and 39 deletions
|
@ -12,7 +12,7 @@ class StyledScaffold extends StatelessWidget {
|
|||
final scale = theme.extension<ScaleScheme>()!;
|
||||
final scaleConfig = theme.extension<ScaleConfig>()!;
|
||||
|
||||
final enableBorder = !isMobileWidth(context);
|
||||
final enableBorder = !isMobileSize(context);
|
||||
|
||||
final scaffold = clipBorder(
|
||||
clipEnabled: enableBorder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue