Skip to content

Commit

Permalink
Fix imagecolor
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Jul 26, 2023
1 parent 443e810 commit dbba28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/App/Components/PatchVisualizer/ChangeList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function ChangeList:render()
}),
Icon = e("ImageLabel", {
Image = Assets.Images.Icons.Expand,
ImageColor3 = theme.Checkbox.Active.IconColor,
ImageColor3 = theme.Settings.Setting.DescriptionColor,
ImageTransparency = self.props.transparency,

Size = UDim2.new(0, 16, 0, 16),
Expand Down

0 comments on commit dbba28f

Please sign in to comment.