chore: Nicer batch for power level roles

pull/1411/head
krille-chan 9 months ago
parent d14698ee94
commit 05d5577a7b
No known key found for this signature in database

@ -51,22 +51,18 @@ class ParticipantListItem extends StatelessWidget {
if (permissionBatch.isNotEmpty) if (permissionBatch.isNotEmpty)
Container( Container(
padding: const EdgeInsets.symmetric( padding: const EdgeInsets.symmetric(
horizontal: 4, horizontal: 8,
vertical: 2, vertical: 2,
), ),
margin: const EdgeInsets.symmetric(horizontal: 8),
decoration: BoxDecoration( decoration: BoxDecoration(
color: theme.colorScheme.primaryContainer, color: theme.colorScheme.primaryContainer,
borderRadius: BorderRadius.circular(8), borderRadius: BorderRadius.circular(16),
border: Border.all(
color: theme.colorScheme.primary,
),
), ),
child: Text( child: Text(
permissionBatch, permissionBatch,
style: TextStyle( style: TextStyle(
fontSize: 14, fontSize: 12,
color: theme.colorScheme.primary, color: theme.colorScheme.onPrimaryContainer,
), ),
), ),
), ),

Loading…
Cancel
Save