Skip to content

Commit 42d212b

Browse files
committed
Updated theme color
1 parent 28d5ef4 commit 42d212b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1212

1313
<link rel="manifest" href="manifest.json">
14-
<meta name="theme-color" content="#1976d2">
14+
<meta name="theme-color" content="#3f51b5">
1515
</head>
1616
<body>
1717
<su-root></su-root>

src/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ng-sudoku",
3-
"short_name": "ng-sudoku",
4-
"theme_color": "#1976d2",
2+
"name": "ngSudoku",
3+
"short_name": "ngSudoku",
4+
"theme_color": "#3f51b5",
55
"background_color": "#fafafa",
66
"display": "standalone",
77
"start_url": "index.html",

0 commit comments

Comments
 (0)