Skip to content

Commit

Permalink
Merge pull request #43 from sparrowapp-dev/fix/fixed-auth-ui
Browse files Browse the repository at this point in the history
Fix : Fixed username Ui name length issue [123]
  • Loading branch information
itsmdasifraza authored Jun 4, 2024
2 parents 3a2b65e + b68ef05 commit 704cb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Auth/redirect/Redirect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<img src={sparrowicon} alt="" class="" />
</div>
<p
class="container-header mb-2 pt-4 pb-0 sparrow-fs-28 sparrow-fw-600 text-transparent text-center ms-2 me-2"
style="font-size: 28px; background: linear-gradient(270deg, #584FFD -9.44%, #A1D8FF 46.24%, #1193F0 96.79%); background-clip: text;"
class="container-header mb-2 pt-4 pb-0 sparrow-fs-28 sparrow-fw-600 text-transparent text-center ms-2 me-2 ellipsis "
style=" max-width:500px; font-size: 28px; background: linear-gradient(270deg, #584FFD -9.44%, #A1D8FF 46.24%, #1193F0 96.79%); background-clip: text;"
>
{title}
</p>
Expand Down

0 comments on commit 704cb29

Please sign in to comment.