mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 09:22:42 +08:00
messed with sizing
This commit is contained in:
@@ -27,7 +27,7 @@ func ColoredIconButton(text string, icon fyne.Resource, tapped func(), color col
|
||||
bgColor := canvas.NewRectangle(color)
|
||||
return container.New(
|
||||
layout.NewMaxLayout(),
|
||||
bgColor,
|
||||
btn,
|
||||
bgColor,
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user