From 7e732d96df95fa5bf9fd25c1f2d0b51937494552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=98=B8=EA=B1=B4?= Date: Wed, 5 Jun 2024 15:53:10 +0900 Subject: [PATCH 1/2] Update widget.dart --- lib/src/widget.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/widget.dart b/lib/src/widget.dart index 9bf554b..d5e3a45 100644 --- a/lib/src/widget.dart +++ b/lib/src/widget.dart @@ -193,13 +193,13 @@ class _EmptyListWidgetState extends State Theme.of(context) .typography .dense - .headline5! + .headlineSmall! .copyWith(color: Color(0xff9da9c7)); _subtitleTextStyle = widget.subtitleTextStyle ?? Theme.of(context) .typography .dense - .bodyText1! + .bodyLarge! .copyWith(color: Color(0xffabb8d6)); _packageImage = widget.packageImage; From d37236deabdb2235bd3c1edf26a90b815a1cbc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=98=B8=EA=B1=B4?= Date: Wed, 5 Jun 2024 15:56:47 +0900 Subject: [PATCH 2/2] Update helper.dart --- lib/src/helper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/helper.dart b/lib/src/helper.dart index 0a4b90d..d0b583b 100644 --- a/lib/src/helper.dart +++ b/lib/src/helper.dart @@ -38,7 +38,7 @@ class _CustomTextState extends State { } if (widget.context != null && widget.style != null) { var font = widget.style!.fontSize == null - ? Theme.of(context).textTheme.bodyText1!.fontSize! + ? Theme.of(context).textTheme.bodyLarge!.fontSize! : widget.style!.fontSize!; style = widget.style!.copyWith( fontSize: