mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Theme adjustments
This commit is contained in:
@@ -57,8 +57,8 @@ function FormTextInput:render()
|
|||||||
TextSize = TEXT_SIZE,
|
TextSize = TEXT_SIZE,
|
||||||
Text = value,
|
Text = value,
|
||||||
PlaceholderText = shownPlaceholder,
|
PlaceholderText = shownPlaceholder,
|
||||||
PlaceholderColor3 = Theme.AccentLightColor,
|
PlaceholderColor3 = Theme.LightTextColor,
|
||||||
TextColor3 = Theme.AccentColor,
|
TextColor3 = Theme.PrimaryColor,
|
||||||
|
|
||||||
[Roact.Change.Text] = function(rbx)
|
[Roact.Change.Text] = function(rbx)
|
||||||
onValueChange(rbx.Text)
|
onValueChange(rbx.Text)
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ local Theme = {
|
|||||||
|
|
||||||
AccentColor = Color3.fromRGB(225, 56, 53),
|
AccentColor = Color3.fromRGB(225, 56, 53),
|
||||||
AccentLightColor = Color3.fromRGB(255, 146, 145),
|
AccentLightColor = Color3.fromRGB(255, 146, 145),
|
||||||
PrimaryColor = Color3.fromRGB(48, 48, 48),
|
PrimaryColor = Color3.fromRGB(64, 64, 64),
|
||||||
SecondaryColor = Color3.fromRGB(235, 235, 235),
|
SecondaryColor = Color3.fromRGB(235, 235, 235),
|
||||||
LightTextColor = Color3.fromRGB(140, 140, 140),
|
LightTextColor = Color3.fromRGB(160, 160, 160),
|
||||||
}
|
}
|
||||||
|
|
||||||
setmetatable(Theme, {
|
setmetatable(Theme, {
|
||||||
|
|||||||
Reference in New Issue
Block a user