Skip to content

Commit f701474

Browse files
fix: fix reaction style inaccuracy
1 parent 661b584 commit f701474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/Reactions/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Reaction = styled.withConfig({
3939
display: "flex",
4040
flexDirection: "row",
4141
alignItems: "center",
42-
padding: `${theme.space.small} ${theme.space.medium}`,
42+
padding: `${theme.space.xs} ${theme.space.medium}`,
4343
borderRadius: 8,
4444
cursor: "not-allowed",
4545
backgroundColor: theme.colors.backgroundSecondary,

0 commit comments

Comments
 (0)