From 3dd8f6d6c4a4f549a879cbc20faaebd94459458a Mon Sep 17 00:00:00 2001 From: Klink <85062+dogmar@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:44:12 -0700 Subject: [PATCH] fix: Update button reset partial to fix flex alignment bugs (#520) --- src/theme/resets.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/resets.ts b/src/theme/resets.ts index ffb4d619..5b541995 100644 --- a/src/theme/resets.ts +++ b/src/theme/resets.ts @@ -10,6 +10,7 @@ export const resetPartials = { font: 'inherit', cursor: 'pointer', outline: 'inherit', + alignItems: 'unset', }, list: { margin: 0,