feat(ui): Change provider card title to headline medium

- Resolve: #448
pull/449/head
NaiJi ✨ 2024-03-04 14:58:16 +04:00
parent b8b8ac43ea
commit aec259301c
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class _Card extends StatelessWidget {
const SizedBox(width: 8),
Text(
title,
style: Theme.of(context).textTheme.titleLarge,
style: Theme.of(context).textTheme.headlineMedium,
),
],
),