Skip to content

Commit

Permalink
Make TextInput see-through
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAvafe committed Jun 12, 2024
1 parent f9215ca commit 3d7013e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Components/TextInput.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ return function(Props: Props)
Active = Computed(function()
return not Disabled:get()
end),
BackgroundColor3 = Computed(function()
return Themer.Theme.Colors.Base.Light:get()
end),
BackgroundTransparency = 1,

[Cleanup] = Observers,
}))) {
Expand Down

0 comments on commit 3d7013e

Please sign in to comment.