Skip to content

Commit

Permalink
Improved creator text style
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Dec 22, 2024
1 parent 83a4fce commit 742c2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/App/StatusPages/Permissions/SourceListing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ function SourceListing:render()
Creator = e(
"TextLabel",
{
Text = callerInfoFromSource.Creator.Name,
Text = "by " .. callerInfoFromSource.Creator.Name,
FontFace = theme.Font.Main,
TextSize = theme.TextSize.Body,
TextColor3 = theme.Settings.Setting.NameColor,
TextColor3 = theme.SubTextColor,
TextXAlignment = Enum.TextXAlignment.Left,
TextTransparency = self.props.transparency,
AutomaticSize = Enum.AutomaticSize.X,
Expand Down

0 comments on commit 742c2a3

Please sign in to comment.