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.
1 parent 661b584 commit f701474Copy full SHA for f701474
src/Message/Reactions/style.ts
@@ -39,7 +39,7 @@ export const Reaction = styled.withConfig({
39
display: "flex",
40
flexDirection: "row",
41
alignItems: "center",
42
- padding: `${theme.space.small} ${theme.space.medium}`,
+ padding: `${theme.space.xs} ${theme.space.medium}`,
43
borderRadius: 8,
44
cursor: "not-allowed",
45
backgroundColor: theme.colors.backgroundSecondary,
0 commit comments