Skip to content

Commit 781fd7c

Browse files
authored
Merge pull request #111 from kc3hack/FE-90
2 parents 1c74870 + 88bdebd commit 781fd7c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

frontend/src/Solo/Solo.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
.loading-progress-text {
111111
margin-top: -10px;
112-
font-size: 13px;
112+
font-size: 10px;
113113
font-weight: 600;
114114
color: #666;
115115
letter-spacing: 0.01em;
@@ -138,6 +138,11 @@
138138
border-bottom: 11px solid #ffffff;
139139
}
140140

141+
.aruaru-text {
142+
font-size: 20px;
143+
font-weight: 600;
144+
}
145+
141146
/* スピナーを少し小さく、Material Blueで */
142147
.spinner {
143148
width: 30px;

frontend/src/Solo/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ function Solo() {
342342
<div className="loading-text">
343343
関西あるある
344344
<br />
345-
{loadingMessages[loadingMsgIndex]}
345+
<div className="aruaru-text">
346+
{loadingMessages[loadingMsgIndex]}
347+
</div>
346348
</div>
347349
</div>
348350
<div className="spinner" />

0 commit comments

Comments
 (0)