Adjust theme colors with new brand, not very pretty yet

This commit is contained in:
Lucien Greathouse
2019-07-02 16:27:19 -07:00
parent 09a0a803a1
commit fbf29e336f
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ function ConnectPanel:render()
Font = Theme.TitleFont,
TextSize = 20,
Text = "Address",
TextColor3 = Theme.AccentColor,
TextColor3 = Theme.PrimaryColor,
}),
Input = e(FormTextInput, {
@@ -99,7 +99,7 @@ function ConnectPanel:render()
Font = Theme.TitleFont,
TextSize = 20,
Text = "Port",
TextColor3 = Theme.AccentColor,
TextColor3 = Theme.PrimaryColor,
}),
Input = e(FormTextInput, {