Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 4ce63f5

Browse files
authored
Merge pull request #14 from MetacityTools/dev
FIX: Styles loading screen
2 parents 4aeea20 + c920669 commit 4ce63f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

metacitygl/components/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,11 @@ button.appButton:hover {
218218
background: #000;
219219
}
220220

221-
.invert .loaded {
221+
.loadingBlob.loaded {
222+
background: #00FF00;
223+
}
224+
225+
.invert .loadingBlob.loaded {
222226
background: #00FF00;
223227
}
224228

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacitygl",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)