UI visual tweaks

This commit is contained in:
Lucien Greathouse
2019-01-21 18:34:10 -08:00
parent e593ce0420
commit d01e757d2f
4 changed files with 43 additions and 25 deletions

View File

@@ -53,7 +53,7 @@ local function FormButton(props)
TextSize = 18,
TextColor3 = textColor,
Font = Theme.ButtonFont,
Padding = Vector2.new(16, 6),
Padding = Vector2.new(16, 8),
BackgroundTransparency = 1,
}),
})