Browse Source

Remote: fix bg color (#5611)

Matias Benedetto 3 years ago
parent
commit
70096c0397
1 changed files with 1 additions and 1 deletions
  1. 1 1
      remote/theme.json

+ 1 - 1
remote/theme.json

@@ -20,7 +20,7 @@
 			"palette": [
 				{
 					"slug": "background",
-					"color": "#222222",
+					"color": "#000000",
 					"name": "Background"
 				},
 				{