Skip to content

Commit

Permalink
text color change
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrost committed Nov 2, 2023
1 parent 706523a commit 6a227a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/LoginModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{#if !success}
<h2 class="flex items-center text-2xl font-semibold text-gray-800">
<Logo classNames="mr-1" />
{PUBLIC_APP_NAME}
<div class="text-white">{PUBLIC_APP_NAME}</div>
<div
class="ml-3 flex h-6 items-center rounded-lg border border-gray-100 bg-gray-50 px-2 text-base text-gray-400"
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/NavMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="bg-[#142343] sticky top-0 flex flex-none items-center justify-between px-3 py-5 max-sm:pt-0">
<a class="flex items-center rounded-xl text-lg font-semibold" href="{PUBLIC_ORIGIN}{base}/">
<Logo classNames="mr-1" />
<div class = "pl-2"> {PUBLIC_APP_NAME} </div>
<div class = "pl-2 text-white"> {PUBLIC_APP_NAME} </div>
</a>
<a
href={`${base}/`}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/chat/ChatIntroduction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div>
<div class="mb-3 flex items-center text-2xl font-semibold">
<Logo classNames="mr-1flex-none" />
<div class = "pl-2"> {PUBLIC_APP_NAME} </div>
<div class = "pl-2 text-white"> {PUBLIC_APP_NAME} </div>
</div>
<p class="text-base text-gray-600 dark:text-gray-400">
Enjoying the best AI models, with privacy
Expand Down

0 comments on commit 6a227a4

Please sign in to comment.