diff --git a/lib/atomic_web/components/avatar.ex b/lib/atomic_web/components/avatar.ex index f6bb00be..74163e10 100644 --- a/lib/atomic_web/components/avatar.ex +++ b/lib/atomic_web/components/avatar.ex @@ -16,7 +16,7 @@ defmodule AtomicWeb.Components.Avatar do doc: "The type of entity associated with the avatar." attr :size, :atom, - values: [:xs, :sm, :md, :lg, :xl, :xl], + values: [:xs, :sm, :md, :lg, :xl], default: :md, doc: "The size of the avatar."