From c2992daf644823c8df49ad28e0a8ec5381ca529a Mon Sep 17 00:00:00 2001 From: Yannick Date: Sat, 17 Feb 2024 01:03:38 +0100 Subject: [PATCH] Add fix for heading-2 icon --- docs/src/app/Changelog.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/app/Changelog.tsx b/docs/src/app/Changelog.tsx index ed962b89..2885fd23 100644 --- a/docs/src/app/Changelog.tsx +++ b/docs/src/app/Changelog.tsx @@ -47,6 +47,9 @@ export default function Changelog() { <> Fixed the expand icon including excessive shapes. , + <> + Fixed the misalignment in the heading-2 icon to better map the icon to a pixel grid. + , <> Fixes various issues with the CSS variables in the Amicon component.