feat(theme): Add system overlay style for consistent UI appearance

This commit is contained in:
cogwheel0
2025-12-11 17:38:52 +05:30
parent 4c80d9f521
commit 289fbcb49e
2 changed files with 11 additions and 5 deletions

View File

@@ -2129,11 +2129,9 @@ class _ChatPageState extends ConsumerState<ChatPage> {
// Floating Scroll to Bottom Button with smooth appear/disappear
Positioned(
bottom:
((_inputHeight > 0)
? _inputHeight
: (Spacing.xxl + Spacing.xxxl)) +
Spacing.sm,
bottom: (_inputHeight > 0)
? _inputHeight
: (Spacing.xxl + Spacing.xxxl),
left: 0,
right: 0,
child: AnimatedSwitcher(