Skip to content

Commit 8ef0254

Browse files
committed
Fix build error
1 parent 2f47765 commit 8ef0254

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#ef999c",
4+
"activityBar.background": "#ef999c",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#1a8a16",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#ef999c",
11+
"statusBar.background": "#e86d71",
12+
"statusBar.debuggingBackground": "#6de8e4",
13+
"statusBar.debuggingForeground": "#15202b",
14+
"statusBar.foreground": "#15202b",
15+
"statusBarItem.hoverBackground": "#e14146",
16+
"statusBarItem.remoteBackground": "#e86d71",
17+
"statusBarItem.remoteForeground": "#15202b",
18+
"titleBar.activeBackground": "#e86d71",
19+
"titleBar.activeForeground": "#15202b",
20+
"titleBar.inactiveBackground": "#e86d7199",
21+
"titleBar.inactiveForeground": "#15202b99"
22+
},
23+
"peacock.color": "#e86d71"
24+
}

projects/blazor-ss/Localization-3/Components/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/"
2-
@inject IStringLocalizer<Localization.Global> Local
2+
@inject IStringLocalizer<Global> Local
33

44
<div class="container">
55
<h1>Localization</h1>

0 commit comments

Comments
 (0)