Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8285b13

Browse files
author
dengjun
committed
ci:adjust loading UI
1 parent 745164e commit 8285b13

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/components/Loading/styles.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@
1313
justify-content: center;
1414
align-items: center;
1515
& > h4 {
16-
margin-top: 10px;
17-
font-size: 34px;
16+
margin-top: 15px;
17+
font-size: 20px;
1818
color: $tc-turquoise-dark1;
19-
line-height: 38px;
20-
letter-spacing: 0;
21-
text-align: center;
19+
line-height: 24px;
20+
@include barlow-bold;
2221
}
2322
& > span {
2423
font-size: 16px;
2524
color: $tc-gray1;
26-
text-align: center;
2725
line-height: 26px;
28-
margin-top: 10px;
26+
margin-top: 5px;
27+
@include roboto-regular;
2928
}
3029
svg {
3130
path:first-child {

src/reducers/myGigs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const defaultState = {
1515
updatingProfile: false,
1616
updatingProfileError: null,
1717
updatingProfileSucess: null,
18-
checkingGigs: false,
18+
checkingGigs: true,
1919
};
2020

2121
function onGetMyGigsInit(state) {

0 commit comments

Comments
 (0)