Skip to content

Commit 18ba156

Browse files
authored
Merge pull request #517 from velopert/fix/follow-button
fix: follow button style
2 parents 44ac328 + 2839ef2 commit 18ba156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/FollowButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const FollowButtonBlock = styled.div<{
139139
height: 32px;
140140
font-size: 16px;
141141
142-
${media.small} {
142+
${media.medium} {
143143
width: 80px;
144144
height: 24px;
145145
font-size: 14px;

0 commit comments

Comments
 (0)