Skip to content

Commit 0f45d73

Browse files
committed
decrease the title size by the designs
1 parent ff58bb8 commit 0f45d73

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
@@ -34,7 +34,7 @@ export const riToast = (
3434
}
3535
toastContent.message = (
3636
<ColorText color={color}>
37-
<Title size="M">{message}</Title>
37+
<Title size="XS">{message}</Title>
3838
<Spacer size="m" />
3939
</ColorText>
4040
)

0 commit comments

Comments
 (0)