Skip to content

Commit a7157ae

Browse files
fix: Remove space in color names (#3552)
1 parent 8c0bcfd commit a7157ae

15 files changed

+133
-133
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Blue GreyPrimary50">#eceff1</Color>
3+
<Color x:Key="BlueGreyPrimary50">#eceff1</Color>
44
<Color x:Key="Blue GreyPrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Blue GreyPrimary100">#cfd8dc</Color>
5+
<Color x:Key="BlueGreyPrimary100">#cfd8dc</Color>
66
<Color x:Key="Blue GreyPrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Blue GreyPrimary200">#b0bec5</Color>
7+
<Color x:Key="BlueGreyPrimary200">#b0bec5</Color>
88
<Color x:Key="Blue GreyPrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Blue GreyPrimary300">#90a4ae</Color>
9+
<Color x:Key="BlueGreyPrimary300">#90a4ae</Color>
1010
<Color x:Key="Blue GreyPrimary300Foreground">#DD000000</Color>
11-
<Color x:Key="Blue GreyPrimary400">#78909c</Color>
11+
<Color x:Key="BlueGreyPrimary400">#78909c</Color>
1212
<Color x:Key="Blue GreyPrimary400Foreground">#FFFFFFFF</Color>
13-
<Color x:Key="Blue GreyPrimary500">#607d8b</Color>
13+
<Color x:Key="BlueGreyPrimary500">#607d8b</Color>
1414
<Color x:Key="Blue GreyPrimary500Foreground">#DDFFFFFF</Color>
15-
<Color x:Key="Blue GreyPrimary600">#546e7a</Color>
15+
<Color x:Key="BlueGreyPrimary600">#546e7a</Color>
1616
<Color x:Key="Blue GreyPrimary600Foreground">#DDFFFFFF</Color>
17-
<Color x:Key="Blue GreyPrimary700">#455a64</Color>
17+
<Color x:Key="BlueGreyPrimary700">#455a64</Color>
1818
<Color x:Key="Blue GreyPrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Blue GreyPrimary800">#37474f</Color>
19+
<Color x:Key="BlueGreyPrimary800">#37474f</Color>
2020
<Color x:Key="Blue GreyPrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Blue GreyPrimary900">#263238</Color>
21+
<Color x:Key="BlueGreyPrimary900">#263238</Color>
2222
<Color x:Key="Blue GreyPrimary900Foreground">#DDFFFFFF</Color>
2323
</ResourceDictionary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Blue GreyPrimary50">#eceff1</Color>
3+
<Color x:Key="BlueGreyPrimary50">#eceff1</Color>
44
<Color x:Key="Blue GreyPrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Blue GreyPrimary100">#cfd8dc</Color>
5+
<Color x:Key="BlueGreyPrimary100">#cfd8dc</Color>
66
<Color x:Key="Blue GreyPrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Blue GreyPrimary200">#b0bec5</Color>
7+
<Color x:Key="BlueGreyPrimary200">#b0bec5</Color>
88
<Color x:Key="Blue GreyPrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Blue GreyPrimary300">#90a4ae</Color>
9+
<Color x:Key="BlueGreyPrimary300">#90a4ae</Color>
1010
<Color x:Key="Blue GreyPrimary300Foreground">#DD000000</Color>
11-
<Color x:Key="Blue GreyPrimary400">#78909c</Color>
11+
<Color x:Key="BlueGreyPrimary400">#78909c</Color>
1212
<Color x:Key="Blue GreyPrimary400Foreground">#FFFFFFFF</Color>
13-
<Color x:Key="Blue GreyPrimary500">#607d8b</Color>
13+
<Color x:Key="BlueGreyPrimary500">#607d8b</Color>
1414
<Color x:Key="Blue GreyPrimary500Foreground">#DDFFFFFF</Color>
15-
<Color x:Key="Blue GreyPrimary600">#546e7a</Color>
15+
<Color x:Key="BlueGreyPrimary600">#546e7a</Color>
1616
<Color x:Key="Blue GreyPrimary600Foreground">#DDFFFFFF</Color>
17-
<Color x:Key="Blue GreyPrimary700">#455a64</Color>
17+
<Color x:Key="BlueGreyPrimary700">#455a64</Color>
1818
<Color x:Key="Blue GreyPrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Blue GreyPrimary800">#37474f</Color>
19+
<Color x:Key="BlueGreyPrimary800">#37474f</Color>
2020
<Color x:Key="Blue GreyPrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Blue GreyPrimary900">#263238</Color>
21+
<Color x:Key="BlueGreyPrimary900">#263238</Color>
2222
<Color x:Key="Blue GreyPrimary900Foreground">#DDFFFFFF</Color>
2323
</ResourceDictionary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Deep OrangePrimary50">#fbe9e7</Color>
3+
<Color x:Key="DeepOrangePrimary50">#fbe9e7</Color>
44
<Color x:Key="Deep OrangePrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Deep OrangePrimary100">#ffccbc</Color>
5+
<Color x:Key="DeepOrangePrimary100">#ffccbc</Color>
66
<Color x:Key="Deep OrangePrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Deep OrangePrimary200">#ffab91</Color>
7+
<Color x:Key="DeepOrangePrimary200">#ffab91</Color>
88
<Color x:Key="Deep OrangePrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Deep OrangePrimary300">#ff8a65</Color>
9+
<Color x:Key="DeepOrangePrimary300">#ff8a65</Color>
1010
<Color x:Key="Deep OrangePrimary300Foreground">#DD000000</Color>
11-
<Color x:Key="Deep OrangePrimary400">#ff7043</Color>
11+
<Color x:Key="DeepOrangePrimary400">#ff7043</Color>
1212
<Color x:Key="Deep OrangePrimary400Foreground">#DD000000</Color>
13-
<Color x:Key="Deep OrangePrimary500">#ff5722</Color>
13+
<Color x:Key="DeepOrangePrimary500">#ff5722</Color>
1414
<Color x:Key="Deep OrangePrimary500Foreground">#FFFFFFFF</Color>
15-
<Color x:Key="Deep OrangePrimary600">#f4511e</Color>
15+
<Color x:Key="DeepOrangePrimary600">#f4511e</Color>
1616
<Color x:Key="Deep OrangePrimary600Foreground">#DDFFFFFF</Color>
17-
<Color x:Key="Deep OrangePrimary700">#e64a19</Color>
17+
<Color x:Key="DeepOrangePrimary700">#e64a19</Color>
1818
<Color x:Key="Deep OrangePrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Deep OrangePrimary800">#d84315</Color>
19+
<Color x:Key="DeepOrangePrimary800">#d84315</Color>
2020
<Color x:Key="Deep OrangePrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Deep OrangePrimary900">#bf360c</Color>
21+
<Color x:Key="DeepOrangePrimary900">#bf360c</Color>
2222
<Color x:Key="Deep OrangePrimary900Foreground">#DDFFFFFF</Color>
2323
</ResourceDictionary>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Deep OrangeSecondary100">#ff9e80</Color>
3+
<Color x:Key="DeepOrangeSecondary100">#ff9e80</Color>
44
<Color x:Key="Deep OrangeSecondary100Foreground">#DD000000</Color>
5-
<Color x:Key="Deep OrangeSecondary200">#ff6e40</Color>
5+
<Color x:Key="DeepOrangeSecondary200">#ff6e40</Color>
66
<Color x:Key="Deep OrangeSecondary200Foreground">#DD000000</Color>
7-
<Color x:Key="Deep OrangeSecondary400">#ff3d00</Color>
7+
<Color x:Key="DeepOrangeSecondary400">#ff3d00</Color>
88
<Color x:Key="Deep OrangeSecondary400Foreground">#DDFFFFFF</Color>
9-
<Color x:Key="Deep OrangeSecondary700">#dd2c00</Color>
9+
<Color x:Key="DeepOrangeSecondary700">#dd2c00</Color>
1010
<Color x:Key="Deep OrangeSecondary700Foreground">#DDFFFFFF</Color>
1111
</ResourceDictionary>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Deep OrangePrimary50">#fbe9e7</Color>
3+
<Color x:Key="DeepOrangePrimary50">#fbe9e7</Color>
44
<Color x:Key="Deep OrangePrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Deep OrangePrimary100">#ffccbc</Color>
5+
<Color x:Key="DeepOrangePrimary100">#ffccbc</Color>
66
<Color x:Key="Deep OrangePrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Deep OrangePrimary200">#ffab91</Color>
7+
<Color x:Key="DeepOrangePrimary200">#ffab91</Color>
88
<Color x:Key="Deep OrangePrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Deep OrangePrimary300">#ff8a65</Color>
9+
<Color x:Key="DeepOrangePrimary300">#ff8a65</Color>
1010
<Color x:Key="Deep OrangePrimary300Foreground">#DD000000</Color>
11-
<Color x:Key="Deep OrangePrimary400">#ff7043</Color>
11+
<Color x:Key="DeepOrangePrimary400">#ff7043</Color>
1212
<Color x:Key="Deep OrangePrimary400Foreground">#DD000000</Color>
13-
<Color x:Key="Deep OrangePrimary500">#ff5722</Color>
13+
<Color x:Key="DeepOrangePrimary500">#ff5722</Color>
1414
<Color x:Key="Deep OrangePrimary500Foreground">#FFFFFFFF</Color>
15-
<Color x:Key="Deep OrangePrimary600">#f4511e</Color>
15+
<Color x:Key="DeepOrangePrimary600">#f4511e</Color>
1616
<Color x:Key="Deep OrangePrimary600Foreground">#DDFFFFFF</Color>
17-
<Color x:Key="Deep OrangePrimary700">#e64a19</Color>
17+
<Color x:Key="DeepOrangePrimary700">#e64a19</Color>
1818
<Color x:Key="Deep OrangePrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Deep OrangePrimary800">#d84315</Color>
19+
<Color x:Key="DeepOrangePrimary800">#d84315</Color>
2020
<Color x:Key="Deep OrangePrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Deep OrangePrimary900">#bf360c</Color>
21+
<Color x:Key="DeepOrangePrimary900">#bf360c</Color>
2222
<Color x:Key="Deep OrangePrimary900Foreground">#DDFFFFFF</Color>
23-
<Color x:Key="Deep OrangeSecondary100">#ff9e80</Color>
23+
<Color x:Key="DeepOrangeSecondary100">#ff9e80</Color>
2424
<Color x:Key="Deep OrangeSecondary100Foreground">#DD000000</Color>
25-
<Color x:Key="Deep OrangeSecondary200">#ff6e40</Color>
25+
<Color x:Key="DeepOrangeSecondary200">#ff6e40</Color>
2626
<Color x:Key="Deep OrangeSecondary200Foreground">#DD000000</Color>
27-
<Color x:Key="Deep OrangeSecondary400">#ff3d00</Color>
27+
<Color x:Key="DeepOrangeSecondary400">#ff3d00</Color>
2828
<Color x:Key="Deep OrangeSecondary400Foreground">#DDFFFFFF</Color>
29-
<Color x:Key="Deep OrangeSecondary700">#dd2c00</Color>
29+
<Color x:Key="DeepOrangeSecondary700">#dd2c00</Color>
3030
<Color x:Key="Deep OrangeSecondary700Foreground">#DDFFFFFF</Color>
3131
</ResourceDictionary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Deep PurplePrimary50">#ede7f6</Color>
3+
<Color x:Key="DeepPurplePrimary50">#ede7f6</Color>
44
<Color x:Key="Deep PurplePrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Deep PurplePrimary100">#d1c4e9</Color>
5+
<Color x:Key="DeepPurplePrimary100">#d1c4e9</Color>
66
<Color x:Key="Deep PurplePrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Deep PurplePrimary200">#b39ddb</Color>
7+
<Color x:Key="DeepPurplePrimary200">#b39ddb</Color>
88
<Color x:Key="Deep PurplePrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Deep PurplePrimary300">#9575cd</Color>
9+
<Color x:Key="DeepPurplePrimary300">#9575cd</Color>
1010
<Color x:Key="Deep PurplePrimary300Foreground">#DDFFFFFF</Color>
11-
<Color x:Key="Deep PurplePrimary400">#7e57c2</Color>
11+
<Color x:Key="DeepPurplePrimary400">#7e57c2</Color>
1212
<Color x:Key="Deep PurplePrimary400Foreground">#DDFFFFFF</Color>
13-
<Color x:Key="Deep PurplePrimary500">#673ab7</Color>
13+
<Color x:Key="DeepPurplePrimary500">#673ab7</Color>
1414
<Color x:Key="Deep PurplePrimary500Foreground">#DDFFFFFF</Color>
15-
<Color x:Key="Deep PurplePrimary600">#5e35b1</Color>
15+
<Color x:Key="DeepPurplePrimary600">#5e35b1</Color>
1616
<Color x:Key="Deep PurplePrimary600Foreground">#DDFFFFFF</Color>
17-
<Color x:Key="Deep PurplePrimary700">#512da8</Color>
17+
<Color x:Key="DeepPurplePrimary700">#512da8</Color>
1818
<Color x:Key="Deep PurplePrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Deep PurplePrimary800">#4527a0</Color>
19+
<Color x:Key="DeepPurplePrimary800">#4527a0</Color>
2020
<Color x:Key="Deep PurplePrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Deep PurplePrimary900">#311b92</Color>
21+
<Color x:Key="DeepPurplePrimary900">#311b92</Color>
2222
<Color x:Key="Deep PurplePrimary900Foreground">#DDFFFFFF</Color>
2323
</ResourceDictionary>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Deep PurpleSecondary100">#b388ff</Color>
3+
<Color x:Key="DeepPurpleSecondary100">#b388ff</Color>
44
<Color x:Key="Deep PurpleSecondary100Foreground">#DD000000</Color>
5-
<Color x:Key="Deep PurpleSecondary200">#7c4dff</Color>
5+
<Color x:Key="DeepPurpleSecondary200">#7c4dff</Color>
66
<Color x:Key="Deep PurpleSecondary200Foreground">#FFFFFFFF</Color>
7-
<Color x:Key="Deep PurpleSecondary400">#651fff</Color>
7+
<Color x:Key="DeepPurpleSecondary400">#651fff</Color>
88
<Color x:Key="Deep PurpleSecondary400Foreground">#DDFFFFFF</Color>
9-
<Color x:Key="Deep PurpleSecondary700">#6200ea</Color>
9+
<Color x:Key="DeepPurpleSecondary700">#6200ea</Color>
1010
<Color x:Key="Deep PurpleSecondary700Foreground">#DDFFFFFF</Color>
1111
</ResourceDictionary>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Deep PurplePrimary50">#ede7f6</Color>
3+
<Color x:Key="DeepPurplePrimary50">#ede7f6</Color>
44
<Color x:Key="Deep PurplePrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Deep PurplePrimary100">#d1c4e9</Color>
5+
<Color x:Key="DeepPurplePrimary100">#d1c4e9</Color>
66
<Color x:Key="Deep PurplePrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Deep PurplePrimary200">#b39ddb</Color>
7+
<Color x:Key="DeepPurplePrimary200">#b39ddb</Color>
88
<Color x:Key="Deep PurplePrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Deep PurplePrimary300">#9575cd</Color>
9+
<Color x:Key="DeepPurplePrimary300">#9575cd</Color>
1010
<Color x:Key="Deep PurplePrimary300Foreground">#DDFFFFFF</Color>
11-
<Color x:Key="Deep PurplePrimary400">#7e57c2</Color>
11+
<Color x:Key="DeepPurplePrimary400">#7e57c2</Color>
1212
<Color x:Key="Deep PurplePrimary400Foreground">#DDFFFFFF</Color>
13-
<Color x:Key="Deep PurplePrimary500">#673ab7</Color>
13+
<Color x:Key="DeepPurplePrimary500">#673ab7</Color>
1414
<Color x:Key="Deep PurplePrimary500Foreground">#DDFFFFFF</Color>
15-
<Color x:Key="Deep PurplePrimary600">#5e35b1</Color>
15+
<Color x:Key="DeepPurplePrimary600">#5e35b1</Color>
1616
<Color x:Key="Deep PurplePrimary600Foreground">#DDFFFFFF</Color>
17-
<Color x:Key="Deep PurplePrimary700">#512da8</Color>
17+
<Color x:Key="DeepPurplePrimary700">#512da8</Color>
1818
<Color x:Key="Deep PurplePrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Deep PurplePrimary800">#4527a0</Color>
19+
<Color x:Key="DeepPurplePrimary800">#4527a0</Color>
2020
<Color x:Key="Deep PurplePrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Deep PurplePrimary900">#311b92</Color>
21+
<Color x:Key="DeepPurplePrimary900">#311b92</Color>
2222
<Color x:Key="Deep PurplePrimary900Foreground">#DDFFFFFF</Color>
23-
<Color x:Key="Deep PurpleSecondary100">#b388ff</Color>
23+
<Color x:Key="DeepPurpleSecondary100">#b388ff</Color>
2424
<Color x:Key="Deep PurpleSecondary100Foreground">#DD000000</Color>
25-
<Color x:Key="Deep PurpleSecondary200">#7c4dff</Color>
25+
<Color x:Key="DeepPurpleSecondary200">#7c4dff</Color>
2626
<Color x:Key="Deep PurpleSecondary200Foreground">#FFFFFFFF</Color>
27-
<Color x:Key="Deep PurpleSecondary400">#651fff</Color>
27+
<Color x:Key="DeepPurpleSecondary400">#651fff</Color>
2828
<Color x:Key="Deep PurpleSecondary400Foreground">#DDFFFFFF</Color>
29-
<Color x:Key="Deep PurpleSecondary700">#6200ea</Color>
29+
<Color x:Key="DeepPurpleSecondary700">#6200ea</Color>
3030
<Color x:Key="Deep PurpleSecondary700Foreground">#DDFFFFFF</Color>
3131
</ResourceDictionary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Light BluePrimary50">#e1f5fe</Color>
3+
<Color x:Key="LightBluePrimary50">#e1f5fe</Color>
44
<Color x:Key="Light BluePrimary50Foreground">#DD000000</Color>
5-
<Color x:Key="Light BluePrimary100">#b3e5fc</Color>
5+
<Color x:Key="LightBluePrimary100">#b3e5fc</Color>
66
<Color x:Key="Light BluePrimary100Foreground">#DD000000</Color>
7-
<Color x:Key="Light BluePrimary200">#81d4fa</Color>
7+
<Color x:Key="LightBluePrimary200">#81d4fa</Color>
88
<Color x:Key="Light BluePrimary200Foreground">#DD000000</Color>
9-
<Color x:Key="Light BluePrimary300">#4fc3f7</Color>
9+
<Color x:Key="LightBluePrimary300">#4fc3f7</Color>
1010
<Color x:Key="Light BluePrimary300Foreground">#DD000000</Color>
11-
<Color x:Key="Light BluePrimary400">#29b6f6</Color>
11+
<Color x:Key="LightBluePrimary400">#29b6f6</Color>
1212
<Color x:Key="Light BluePrimary400Foreground">#DD000000</Color>
13-
<Color x:Key="Light BluePrimary500">#03a9f4</Color>
13+
<Color x:Key="LightBluePrimary500">#03a9f4</Color>
1414
<Color x:Key="Light BluePrimary500Foreground">#DD000000</Color>
15-
<Color x:Key="Light BluePrimary600">#039be5</Color>
15+
<Color x:Key="LightBluePrimary600">#039be5</Color>
1616
<Color x:Key="Light BluePrimary600Foreground">#FFFFFFFF</Color>
17-
<Color x:Key="Light BluePrimary700">#0288d1</Color>
17+
<Color x:Key="LightBluePrimary700">#0288d1</Color>
1818
<Color x:Key="Light BluePrimary700Foreground">#DDFFFFFF</Color>
19-
<Color x:Key="Light BluePrimary800">#0277bd</Color>
19+
<Color x:Key="LightBluePrimary800">#0277bd</Color>
2020
<Color x:Key="Light BluePrimary800Foreground">#DDFFFFFF</Color>
21-
<Color x:Key="Light BluePrimary900">#01579b</Color>
21+
<Color x:Key="LightBluePrimary900">#01579b</Color>
2222
<Color x:Key="Light BluePrimary900Foreground">#DDFFFFFF</Color>
2323
</ResourceDictionary>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3-
<Color x:Key="Light BlueSecondary100">#80d8ff</Color>
3+
<Color x:Key="LightBlueSecondary100">#80d8ff</Color>
44
<Color x:Key="Light BlueSecondary100Foreground">#DD000000</Color>
5-
<Color x:Key="Light BlueSecondary200">#40c4ff</Color>
5+
<Color x:Key="LightBlueSecondary200">#40c4ff</Color>
66
<Color x:Key="Light BlueSecondary200Foreground">#DD000000</Color>
7-
<Color x:Key="Light BlueSecondary400">#00b0ff</Color>
7+
<Color x:Key="LightBlueSecondary400">#00b0ff</Color>
88
<Color x:Key="Light BlueSecondary400Foreground">#DD000000</Color>
9-
<Color x:Key="Light BlueSecondary700">#0091ea</Color>
9+
<Color x:Key="LightBlueSecondary700">#0091ea</Color>
1010
<Color x:Key="Light BlueSecondary700Foreground">#FFFFFFFF</Color>
1111
</ResourceDictionary>

0 commit comments

Comments
 (0)