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

@@ -98,7 +98,7 @@ function PatchVisualizer:render()
Text = "No changes to sync, project is up to date.",
Font = Enum.Font.GothamMedium,
TextSize = 15,
TextColor3 = theme.Settings.Setting.DescriptionColor,
TextColor3 = theme.TextColor,
TextWrapped = true,
Size = UDim2.new(1, 0, 1, 0),
BackgroundTransparency = 1,