Skip to content

Commit

Permalink
fix: playlist generate slider shape
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 15, 2023
1 parent ce38233 commit 2b35c04
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 240 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class RecommendationAttributeDials extends HookWidget {
return Card(
child: ExpansionTile(
title: DefaultTextStyle(
style: Theme.of(context).textTheme.titleMedium!,
style: Theme.of(context).textTheme.titleSmall!,
child: title,
),
shape: const Border(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class RecommendationAttributeFields extends HookWidget {
return Card(
child: ExpansionTile(
title: DefaultTextStyle(
style: Theme.of(context).textTheme.titleMedium!,
style: Theme.of(context).textTheme.titleSmall!,
child: title,
),
shape: const Border(),
Expand Down
Loading

0 comments on commit 2b35c04

Please sign in to comment.