From 279e640113a7f04bec46f884b855aaf8d7b60616 Mon Sep 17 00:00:00 2001 From: Bartek Date: Thu, 30 Apr 2026 22:40:01 +0200 Subject: [PATCH] changeset file --- .changeset/fix-input-button-size-consistency.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-input-button-size-consistency.md diff --git a/.changeset/fix-input-button-size-consistency.md b/.changeset/fix-input-button-size-consistency.md new file mode 100644 index 000000000..027728cc8 --- /dev/null +++ b/.changeset/fix-input-button-size-consistency.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fixed `sm` and `lg` size consistency for form controls, buttons, and input groups by aligning `line-height` and computed height variables to resolve [#2456](https://github.com/tabler/tabler/issues/2456). \ No newline at end of file