Remove input field borders

This commit is contained in:
Stu Leak 2026-01-04 05:25:09 -05:00
parent 8022bf7154
commit 368faba07d

View File

@ -97,7 +97,7 @@ func (m *MonoTheme) Size(name fyne.ThemeSizeName) float32 {
case theme.SizeNameSubHeadingText:
return 17 // Increased from default 16
case theme.SizeNameInputBorder:
return 2 // Keep default
return 0 // Remove input borders for cleaner fields
}
return theme.DefaultTheme().Size(name)
}