tweaks to look better when used in Tabletop Simulator

This commit is contained in:
Gavin McDonald
2025-05-14 15:31:32 -04:00
parent 761c9339ff
commit 37451dbfc7

View File

@@ -4,8 +4,8 @@ defmodule LabelmakerWeb.Constants do
link: "", link: "",
font: "Helvetica", font: "Helvetica",
color: "black", color: "black",
outline: "white", outline: "none",
size: "32" size: "72"
} }
@preview %{ @preview %{
@@ -42,9 +42,9 @@ defmodule LabelmakerWeb.Constants do
@outlines ~w(none white black gray) @outlines ~w(none white black gray)
@sizes 8..72 @sizes 16..128
|> Enum.to_list() |> Enum.to_list()
|> Enum.take_every(4) |> Enum.take_every(8)
|> Enum.map(&Integer.to_string/1) |> Enum.map(&Integer.to_string/1)
def colors, do: @colors def colors, do: @colors