Skip to content

Commit

Permalink
Merge pull request #37 from sparrowapp-dev/fix/fix-ui
Browse files Browse the repository at this point in the history
fix: Fixed UI bugs[123]
  • Loading branch information
itsmdasifraza authored May 27, 2024
2 parents 5b96338 + af27e66 commit e5a6da5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/lib/components/help/SupportHelp.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
}
a:hover {
color: var( --primary-btn-color);
text-decoration: underline;
}
</style>
2 changes: 1 addition & 1 deletion src/pages/Auth/entry-point/EntryPoint.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
background: var( --primary-btn-color-hover)
}
.btn-primary:active{
background:var(--button-pressed)
background:var(--button-pressed)
}
input {
background-color: transparent !important;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Auth/login-page/LoginPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@
background-color: transparent;
}
.btn-primary {
.btn-primary{
background: var(--primary-color);
}
.btn-primary:hover{
background: var( --primary-btn-color-hover)
}
.btn-primary:active{
background:var(--button-pressed)
background:var(--button-pressed)
}
input {
background-color: transparent !important;
Expand Down
4 changes: 4 additions & 0 deletions src/pages/Auth/register-page/RegisterPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,8 @@
width: 12px;
border-radius: 2px;
}
.btn-primary:active{
background:var(--button-pressed)
}
</style>

0 comments on commit e5a6da5

Please sign in to comment.