fixed text style

This commit is contained in:
hannathkadher
2025-01-28 13:27:05 +04:00
parent 4b7f4d4279
commit 9091af2661
4 changed files with 30 additions and 16 deletions

View File

@ -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(