Skip to content

Commit ce748e1

Browse files
committed
fix: minor bug fixes
1 parent 56106bf commit ce748e1

File tree

3 files changed

+281
-276
lines changed

3 files changed

+281
-276
lines changed

components/Common/Button/index.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
text-center
66
font-semibold;
77

8+
&[aria-disabled='true'] {
9+
@apply cursor-not-allowed;
10+
}
11+
812
&.primary {
913
@apply rounded
1014
border

layouts/New/layouts.module.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
}
131131

132132
p {
133-
@apply text-base
133+
@apply max-w-[400px]
134+
text-base
134135
text-neutral-900
135136
md:text-lg
136137
dark:text-white;
@@ -148,7 +149,7 @@
148149
w-full
149150
flex-col
150151
gap-2
151-
lg:flex-row;
152+
xl:flex-row;
152153
}
153154
}
154155
}

0 commit comments

Comments
 (0)