From 11704b9be37c7442ae5c7585e15ed16ef27849ae Mon Sep 17 00:00:00 2001 From: kunish Date: Thu, 26 Jan 2023 18:11:16 +0800 Subject: fix: remove .btnStart unexpected margin-right --- src/components/Button.module.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/components/Button.module.scss') diff --git a/src/components/Button.module.scss b/src/components/Button.module.scss index b46d79c..675a931 100644 --- a/src/components/Button.module.scss +++ b/src/components/Button.module.scss @@ -48,8 +48,14 @@ opacity: 0.5; } +.btnInternal { + display: flex; + align-items: center; + justify-content: center; + column-gap: 4px; +} + .btnStart { - margin-right: 5px; display: inline-flex; align-items: center; justify-content: center; -- cgit v1.3.1