fix: onboarding screen design issues (#1517)
* fix: projects empty state flicker * fix: tour images padding * chore: add greeting icon on the dashboard * chore: update email id font weight * fix: placeholder color
This commit is contained in:
parent
411a661abd
commit
864e592bc5
10 changed files with 19 additions and 11 deletions
|
|
@ -133,6 +133,7 @@ const WorkspacePage: NextPage = () => {
|
|||
Good {greeting}, {user?.first_name} {user?.last_name}
|
||||
</h3>
|
||||
<h6 className="text-custom-text-400 font-medium">
|
||||
{greeting === "morning" ? "🌤️" : greeting === "afternoon" ? "🌥️" : "🌙️"}
|
||||
{DAYS[today.getDay()]}, {renderShortDate(today)} {render12HourFormatTime(today)}
|
||||
</h6>
|
||||
<div className="mt-7 bg-custom-primary-100/5 flex justify-between gap-5 md:gap-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue