Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarpalsinh25 committed Jan 31, 2025
1 parent 34d7245 commit 8ba34f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ class NewsSlideActions extends ConsumerWidget {
title,
maxLines: 2,
overflow: TextOverflow.ellipsis,
style: textTheme.labelMedium,
),
subtitle: Text(
uri,
maxLines: 2,
overflow: TextOverflow.ellipsis,
style: textTheme.labelSmall,
),
),
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ class SelectedActionButton extends ConsumerWidget {
refDetail.title() ?? L10n.of(context).unknown,
maxLines: 2,
overflow: TextOverflow.ellipsis,
style: Theme.of(context).textTheme.labelMedium,
),
subtitle: Text(
uri,
maxLines: 2,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: Theme.of(context).textTheme.labelSmall,
),
),
),
Expand Down

0 comments on commit 8ba34f0

Please sign in to comment.