From 81f7cf920bea23582a6f58d92002460008a50368 Mon Sep 17 00:00:00 2001 From: Marin Atanasov <8436925+tyxla@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:46:50 +0200 Subject: [PATCH] Fix status icon styles --- storybook/sidebar.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/storybook/sidebar.js b/storybook/sidebar.js index 8a29d5f72ea6cf..ab438440e3b834 100644 --- a/storybook/sidebar.js +++ b/storybook/sidebar.js @@ -28,7 +28,9 @@ const Title = styled.span( { const Icons = styled.span( {} ); -const Icon = styled.span( {} ); +const Icon = styled.span( { + lineHeight: 1, +} ); /** * Fetches tags from the Storybook API, and returns Icon