Add tokens

This commit is contained in:
Ashita Prasad
2024-12-12 05:22:39 +05:30
parent 25a570d6ed
commit 329d0ef0c9
21 changed files with 190 additions and 195 deletions

View File

@ -17,9 +17,7 @@ class EnvironmentsPane extends ConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
return Padding(
padding: (!context.isMediumWindow && kIsMacOS
? kP24CollectionPane
: kP8CollectionPane) +
padding: (!context.isMediumWindow && kIsMacOS ? kPt24l4 : kPt8l4) +
(context.isMediumWindow ? kPb70 : EdgeInsets.zero),
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,