refactor: tweak light mode styles
This commit is contained in:
@@ -104,7 +104,7 @@ export default function InvitePage() {
|
|||||||
<h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-light-1000 dark:text-dark-1000">
|
<h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-light-1000 dark:text-dark-1000">
|
||||||
{t`Invalid invitation`}
|
{t`Invalid invitation`}
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-4 text-center text-sm text-light-600 dark:text-dark-800">
|
<p className="mt-4 text-center text-sm text-light-900 dark:text-dark-800">
|
||||||
{t`This invitation link is invalid or has expired.`}
|
{t`This invitation link is invalid or has expired.`}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,7 +129,7 @@ export default function InvitePage() {
|
|||||||
{t`Join workspace`}
|
{t`Join workspace`}
|
||||||
</h2>
|
</h2>
|
||||||
{!error ? (
|
{!error ? (
|
||||||
<p className="mt-4 text-center text-sm text-light-600 dark:text-dark-800">
|
<p className="mt-4 text-center text-sm text-light-900 dark:text-dark-800">
|
||||||
{isCloudEnv
|
{isCloudEnv
|
||||||
? t`You've been invited to join a workspace on kan.bn.`
|
? t`You've been invited to join a workspace on kan.bn.`
|
||||||
: t`You've been invited to join a workspace.`}
|
: t`You've been invited to join a workspace.`}
|
||||||
|
|||||||
Reference in New Issue
Block a user