This commit is contained in:
Javier Suárez 2022-01-15 17:41:16 +01:00
Родитель f6e7795bd4
Коммит 0db85e4aec
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -51,10 +51,10 @@ class ChatMessage extends StatelessWidget {
right: 50, right: 50,
top: 10, top: 10,
bottom: 10, bottom: 10,
left: 6, left: 10,
), ),
decoration: const BoxDecoration( decoration: const BoxDecoration(
color: Colors.black12, color: Color(0xFFE0E0E0),
borderRadius: BorderRadius.only( borderRadius: BorderRadius.only(
topRight: Radius.circular(40.0), topRight: Radius.circular(40.0),
topLeft: Radius.circular(40.0), topLeft: Radius.circular(40.0),