mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fixed text style
This commit is contained in:
@ -26,7 +26,7 @@ class EditChip extends StatelessWidget {
|
||||
child: Chip(
|
||||
label: Text(
|
||||
label,
|
||||
style: TextStyle(color: labelColor),
|
||||
style: Theme.of(context).textTheme.bodySmall!.copyWith(color: labelColor)
|
||||
),
|
||||
backgroundColor: backgroundColor,
|
||||
shape: RoundedRectangleBorder(
|
||||
|
Reference in New Issue
Block a user