From 398dc8aa618ed3285e99b488f69a9071d3a64830 Mon Sep 17 00:00:00 2001 From: jtpark Date: Thu, 27 Jul 2023 13:41:25 +0900 Subject: [PATCH] feat: Fix the icon padding --- .../components/dashboard/activity-info/ActivityInfo.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/components/dashboard/activity-info/ActivityInfo.styles.ts b/packages/web/src/components/dashboard/activity-info/ActivityInfo.styles.ts index eac9e01e8..e7030008c 100644 --- a/packages/web/src/components/dashboard/activity-info/ActivityInfo.styles.ts +++ b/packages/web/src/components/dashboard/activity-info/ActivityInfo.styles.ts @@ -46,7 +46,7 @@ export const IconButton = styled.button` ${mixins.flexbox("row", "center", "center")}; width: 16px; height: 16px; - margin-top: 2px; + margin: 1px 0px; svg * { fill: ${({ theme }) => theme.color.icon03}; }