Skip to content

Commit

Permalink
Merge pull request #28 from GDG-W/v0.8.x
Browse files Browse the repository at this point in the history
feat: update map
  • Loading branch information
Mastersam07 authored Nov 14, 2024
2 parents 1a31b9b + 8b867ad commit cd08c37
Show file tree
Hide file tree
Showing 17 changed files with 582 additions and 2,475 deletions.
2 changes: 2 additions & 0 deletions packages/cave/lib/widgets/text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ class DevfestTextFormField extends StatelessWidget {
if (title != null) ...[
Text(
title!,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: DevfestTheme.of(context).textTheme?.bodyBody3Medium,
),
Constants.smallVerticalGutter.verticalSpace,
Expand Down
Loading

0 comments on commit cd08c37

Please sign in to comment.