mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 22:51:00 -04:00
More UI Cleanup
This commit is contained in:
parent
3b1cb53b8a
commit
68e8d7fd39
17 changed files with 281 additions and 301 deletions
|
@ -161,7 +161,7 @@ class _ChatComponentWidgetState extends State<ChatComponentWidget> {
|
|||
return Column(
|
||||
children: [
|
||||
Container(
|
||||
height: 48,
|
||||
height: 40.scaledNoShrink(context),
|
||||
decoration: BoxDecoration(
|
||||
color: scale.border,
|
||||
),
|
||||
|
@ -177,7 +177,7 @@ class _ChatComponentWidgetState extends State<ChatComponentWidget> {
|
|||
)),
|
||||
const Spacer(),
|
||||
IconButton(
|
||||
iconSize: 24,
|
||||
iconSize: 24.scaledNoShrink(context),
|
||||
icon: Icon(Icons.close, color: scale.borderText),
|
||||
onPressed: widget._onClose)
|
||||
.paddingLTRB(0, 0, 8, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue