From 9814fbf9f8b8be34e89553fab73bb1d8eb4a82f7 Mon Sep 17 00:00:00 2001 From: carboxaminoo Date: Thu, 7 Mar 2024 23:36:50 +0900 Subject: [PATCH] Style : change font-size -#8 --- mz_v1_front/src/components/button/moving_filled.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mz_v1_front/src/components/button/moving_filled.svelte b/mz_v1_front/src/components/button/moving_filled.svelte index 4245eb1..c0cb7ab 100644 --- a/mz_v1_front/src/components/button/moving_filled.svelte +++ b/mz_v1_front/src/components/button/moving_filled.svelte @@ -31,7 +31,7 @@ color: var(--neutral-0, #ffffff); text-align: left; font-family: var(--body-small-font-family, 'DmSans-Regular', sans-serif); - font-size: var(--body-small-font-size, 21px); + font-size: var(--body-small-font-size, 14px); line-height: var(--body-small-line-height, 14px); font-weight: var(--body-small-font-weight, 400); position: relative;