chore: Nicer background for sate message and time in chat

This commit is contained in:
krille-chan 2024-07-26 21:06:53 +02:00
commit 30e3a4f2ff
No known key found for this signature in database
3 changed files with 22 additions and 21 deletions

View file

@ -1,6 +1,7 @@
import 'package:fluffychat/config/themes.dart';
import 'package:flutter/material.dart';
import 'package:fluffychat/config/themes.dart';
class TwoColumnLayout extends StatelessWidget {
final Widget mainView;
final Widget sideView;