Fix theme (#763)

This commit is contained in:
boatbomber
2023-08-02 17:47:03 -07:00
committed by GitHub
parent 4cb5d4a9c5
commit 2fad3b588a

View File

@@ -64,7 +64,7 @@ local lightTheme = strict("LightTheme", {
}, },
}, },
Dropdown = { Dropdown = {
TextColor = Color3.fromHex("00000"), TextColor = Color3.fromHex("000000"),
BorderColor = Color3.fromHex("AFAFAF"), BorderColor = Color3.fromHex("AFAFAF"),
BackgroundColor = Color3.fromHex("EEEEEE"), BackgroundColor = Color3.fromHex("EEEEEE"),
Open = { Open = {
@@ -94,8 +94,8 @@ local lightTheme = strict("LightTheme", {
Warning = Color3.fromHex("FF8E3C"), Warning = Color3.fromHex("FF8E3C"),
}, },
ConnectionDetails = { ConnectionDetails = {
ProjectNameColor = Color3.fromHex("00000"), ProjectNameColor = Color3.fromHex("000000"),
AddressColor = Color3.fromHex("00000"), AddressColor = Color3.fromHex("000000"),
DisconnectColor = BRAND_COLOR, DisconnectColor = BRAND_COLOR,
}, },
Settings = { Settings = {
@@ -114,7 +114,7 @@ local lightTheme = strict("LightTheme", {
VersionColor = Color3.fromHex("727272"), VersionColor = Color3.fromHex("727272"),
}, },
Notification = { Notification = {
InfoColor = Color3.fromHex("00000"), InfoColor = Color3.fromHex("000000"),
CloseColor = BRAND_COLOR, CloseColor = BRAND_COLOR,
}, },
ErrorColor = Color3.fromHex("000000"), ErrorColor = Color3.fromHex("000000"),