Fixing bugs

This commit is contained in:
Tara Wilson 2024-12-18 16:07:56 -05:00
parent 3a3a4223e6
commit 6731c4e5f4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: false, production: false,
apiBase: 'http://localhost:5168/', apiBase: 'http://localhost:5168/api/',
}; };

View File

@ -58,7 +58,7 @@ body {
} }
.input { .input {
padding: 5px; padding: 7px;
backdrop-filter: blur(25px) saturate(112%); backdrop-filter: blur(25px) saturate(112%);
-webkit-backdrop-filter: blur(25px) saturate(112%); -webkit-backdrop-filter: blur(25px) saturate(112%);
background-color: rgba(255, 255, 255, 0.11); background-color: rgba(255, 255, 255, 0.11);
@ -101,5 +101,5 @@ body {
} }
.invalid { .invalid {
border: 1px solid rgba(255, 43, 43, 0.5); border: 2px solid rgba(255, 43, 43, 0.5);
} }