diff --git a/src/components/ProgressGuide/Toast.tsx b/src/components/ProgressGuide/Toast.tsx index b26c718f87..0cada10b3d 100644 --- a/src/components/ProgressGuide/Toast.tsx +++ b/src/components/ProgressGuide/Toast.tsx @@ -159,7 +159,7 @@ export const ProgressGuideToast = React.forwardRef< fill={t.palette.primary_500} ref={animatedCheckRef} /> - + {title} {subtitle && ( diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index bb5de2eb43..11dfd55227 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -501,7 +501,7 @@ function ComposeBtn() { size="large" variant="solid" color="primary" - style={[a.rounded_full]}> + style={[a.rounded_full, a.flex_shrink]}> New Post