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
|
|
@ -158,7 +158,7 @@ const Onboarding: NextPage = () => {
|
|||
</div>
|
||||
</div>
|
||||
)}
|
||||
<div className="absolute sm:fixed text-custom-text-100 text-sm right-4 top-1/4 sm:top-12 -translate-y-1/2 sm:translate-y-0 sm:right-16 sm:py-5">
|
||||
<div className="absolute sm:fixed text-custom-text-100 text-sm font-medium right-4 top-1/4 sm:top-12 -translate-y-1/2 sm:translate-y-0 sm:right-16 sm:py-5">
|
||||
{user?.email}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue