diff --git a/apps/app/components/onboarding/invite-members.tsx b/apps/app/components/onboarding/invite-members.tsx index ba989786c..9bd2a82e8 100644 --- a/apps/app/components/onboarding/invite-members.tsx +++ b/apps/app/components/onboarding/invite-members.tsx @@ -207,7 +207,7 @@ export const InviteMembers: React.FC = ({ workspace, user, stepChange }) {isSubmitting ? "Sending..." : "Send Invite"} - + Skip this step diff --git a/apps/app/components/onboarding/join-workspaces.tsx b/apps/app/components/onboarding/join-workspaces.tsx index d16009a1a..b49fad60d 100644 --- a/apps/app/components/onboarding/join-workspaces.tsx +++ b/apps/app/components/onboarding/join-workspaces.tsx @@ -146,7 +146,7 @@ export const JoinWorkspaces: React.FC = ({ stepChange }) => { > Accept & Join - + Skip for now diff --git a/apps/app/components/onboarding/tour/root.tsx b/apps/app/components/onboarding/tour/root.tsx index 54aab2f17..e75486718 100644 --- a/apps/app/components/onboarding/tour/root.tsx +++ b/apps/app/components/onboarding/tour/root.tsx @@ -93,7 +93,7 @@ export const TourRoot: React.FC = ({ onComplete }) => { Plane White Logo
-

+

Welcome to Plane, {user?.first_name} {user?.last_name}

diff --git a/apps/app/styles/react-datepicker.css b/apps/app/styles/react-datepicker.css index 1ba4ba649..60341f2bf 100644 --- a/apps/app/styles/react-datepicker.css +++ b/apps/app/styles/react-datepicker.css @@ -113,7 +113,7 @@ .react-datepicker__day--disabled, .react-datepicker__day--disabled:hover { background: transparent !important; - color: rgba(var(--color-text-200)) !important; + color: rgba(var(--color-text-400)) !important; cursor: default; }