mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Use Studio theming (#838)
Updates our Theme provider to use Studio colors. A few components look ever so slightly different now, but more in line with Studio.
This commit is contained in:
@@ -47,7 +47,7 @@ function ConfirmingPage:render()
|
||||
Font = Enum.Font.Gotham,
|
||||
LineHeight = 1.2,
|
||||
TextSize = 14,
|
||||
TextColor3 = theme.Settings.Setting.DescriptionColor,
|
||||
TextColor3 = theme.TextColor,
|
||||
TextXAlignment = Enum.TextXAlignment.Left,
|
||||
TextTransparency = self.props.transparency,
|
||||
Size = UDim2.new(1, 0, 0, 20),
|
||||
|
||||
Reference in New Issue
Block a user