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:
boatbomber
2024-01-22 11:22:21 -08:00
committed by GitHub
parent 73828af715
commit 1cc720ad34
7 changed files with 158 additions and 245 deletions

View File

@@ -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),