We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7084cb7 + 3ca327d commit 4054511Copy full SHA for 4054511
src/components/button/ChatStartButton.tsx
@@ -0,0 +1,11 @@
1
+import PrimaryButton from "@/components/button/PrimaryButton";
2
+
3
+const ChatStartButton = () => {
4
+ return (
5
+ <PrimaryButton size="md">
6
+ 대화 시작하기
7
+ </PrimaryButton>
8
+ )
9
+}
10
11
+export default ChatStartButton;
src/index.css
@@ -32,6 +32,10 @@
32
--text-md--line-height: 18px;
33
--text-sm: 10px;
34
--text-sm--line-height: 15px;
35
36
+ —breakpoint-sm: 345px;
37
+ —breakpoint-md: 375px;
38
+ —breakpoint-lg: 500px;
39
}
40
41
:root {
0 commit comments