mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 22:20:43 -04:00
ui cleanup
This commit is contained in:
parent
d460a0388c
commit
77c68aa45f
57 changed files with 1158 additions and 914 deletions
|
@ -147,8 +147,7 @@ class ChatComponentWidget extends StatelessWidget {
|
|||
]),
|
||||
),
|
||||
DecoratedBox(
|
||||
decoration:
|
||||
BoxDecoration(color: scale.primaryScale.subtleBackground),
|
||||
decoration: const BoxDecoration(color: Colors.transparent),
|
||||
child: NotificationListener<ScrollNotification>(
|
||||
onNotification: (notification) {
|
||||
if (chatComponentCubit.scrollOffset != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue