diff --git a/lib/src/screens/welcome/create_pin_welcome_page.dart b/lib/src/screens/welcome/create_pin_welcome_page.dart index a2b738251..49082a1e6 100644 --- a/lib/src/screens/welcome/create_pin_welcome_page.dart +++ b/lib/src/screens/welcome/create_pin_welcome_page.dart @@ -173,7 +173,7 @@ class CreatePinWelcomePage extends BasePage { color: Theme.of(context).colorScheme.primary, ), cursorColor: Theme.of(context).colorScheme.primary, - cursorHeight: 24, + cursorHeight: 28, cursorWidth: 4, ), SizedBox(width: 4), diff --git a/lib/src/widgets/animated_typing_text.dart b/lib/src/widgets/animated_typing_text.dart index cc8f0f0e9..aba821c04 100644 --- a/lib/src/widgets/animated_typing_text.dart +++ b/lib/src/widgets/animated_typing_text.dart @@ -140,6 +140,7 @@ class _AnimatedTypingTextState extends State with TickerProv // Fixed cursor position Positioned( right: 0, + bottom: 0, child: AnimatedBuilder( animation: _cursorAnimation, builder: (context, child) {