diff --git a/apps/scandic-web/components/Levels/Icon.tsx b/apps/scandic-web/components/Levels/Icon.tsx index fe0715fb9..21ef0199e 100644 --- a/apps/scandic-web/components/Levels/Icon.tsx +++ b/apps/scandic-web/components/Levels/Icon.tsx @@ -21,7 +21,7 @@ import type { MembershipLevelIconProps } from "@/types/components/myPages/member export default function MembershipLevelIcon({ level, - rows = 1, + rows = 2, color = "pale", ...props }: MembershipLevelIconProps) {