Compare commits

...

2 Commits

Author SHA1 Message Date
dc11f5695d refactor: update main layout loading desc 2024-07-30 16:25:36 +02:00
d7f9807e20 fix: color scheme 2024-07-30 16:16:52 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;

View File

@ -136,7 +136,7 @@ export const MainLayout = () => {
}
setIsLoading(true)
setLoadingSpinnerDesc(`Fetching user's app data`)
setLoadingSpinnerDesc(`Loading SIGit History`)
getUsersAppData()
.then((appData) => {
if (appData) {