mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix spacing issue for usage
This commit is contained in:
parent
8e658f09ec
commit
687091e2f2
@ -326,6 +326,7 @@ class _PlanUsageSummary extends StatelessWidget {
|
||||
),
|
||||
const VSpace(16),
|
||||
Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Expanded(
|
||||
child: _UsageBox(
|
||||
@ -456,9 +457,8 @@ class _UsageBox extends StatelessWidget {
|
||||
color: AFThemeExtension.of(context).secondaryTextColor,
|
||||
),
|
||||
if (unlimited) ...[
|
||||
const VSpace(4),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 4),
|
||||
padding: const EdgeInsets.only(top: 4),
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
@ -476,6 +476,7 @@ class _UsageBox extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
] else ...[
|
||||
const VSpace(4),
|
||||
_PlanProgressIndicator(label: label, progress: value),
|
||||
],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user