Skip to content

Commit a356751

Browse files
committed
add less space below the title
1 parent 31d0ce2 commit a356751

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/base/display/toast

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/display/toast/RiToast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const riToast = (
3535
toastContent.message = (
3636
<ColorText color={color}>
3737
<Title size="XS">{message}</Title>
38-
<Spacer size="m" />
38+
<Spacer size="s" />
3939
</ColorText>
4040
)
4141
} else {

0 commit comments

Comments
 (0)