Skip to content

Commit

Permalink
Update Base.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Jul 26, 2024
1 parent f799db1 commit 56eb6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/Menu/Row/Bar/Top/Base.luau
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type FontData = Types.FontData
export type BarVariant = "Center" | "Small" | "Medium" | "Large"
-- Constants
local MAX_BUTTONS = 3
local ERROR_ICON = ICONS.error
local ERROR_ICON = Icons.error
local BUTTON_SEPARATION_DP = 10
local BAR_TOP_BOTTOM_PADDING_DP = 12
local BAR_LEFT_RIGHT_PADDING_DP = 10
Expand Down

0 comments on commit 56eb6d6

Please sign in to comment.