Skip to content

Commit

Permalink
Oops wall wasnt visible!
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Jul 28, 2024
1 parent 01d8e5e commit d4a71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testkit.luau
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ local function convert_units(unit: string, value: number): (number, string)
return value, prefix_colors[order](prefixes[order] .. unit)
end

local WALL = color.gray "│"
local WALL = color.white("│")

--------------------------------------------------------------------------------
-- Testing
Expand Down

0 comments on commit d4a71f4

Please sign in to comment.