Updated spacing

This commit is contained in:
2026-01-11 16:47:57 +01:00
parent d7f08c5f50
commit e51bf3eabb

View File

@@ -80,7 +80,7 @@ class LicenseDetailView extends StatelessWidget {
],
if (package.homepage != null &&
package.homepage!.isNotEmpty) ...[
const SizedBox(height: 4),
const SizedBox(height: 8),
SelectableText(
package.homepage!,
textAlign: TextAlign.center,
@@ -93,7 +93,7 @@ class LicenseDetailView extends StatelessWidget {
],
),
),
const SizedBox(height: 24),
const SizedBox(height: 20),
Container(
width: double.infinity,
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 16),