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

Commit de4a5f4

Browse files
committed
Fixed colors in some desktop apps (#344)
(cherry picked from commit 373541e)
1 parent 0a37dbd commit de4a5f4

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"vendorChunk": true,
6969
"extractLicenses": false,
7070
"sourceMap": true,
71-
"namedChunks": true
71+
"namedChunks": true,
72+
"localize": false
7273
}
7374
},
7475
"defaultConfiguration": "production"

src/app/desktop/windows/file-manager/file-manager.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:host {
22
flex-basis: 100%;
3+
color: #000;
34
}
45

56
#file-manager-container {

src/app/desktop/windows/hardware-shop/hardware-shop.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:host {
44
width: 100%;
55
height: 100%;
6+
color: #000;
67

78
div.hardware-shop {
89
width: 100%;

src/app/desktop/windows/wallet-app/wallet-app.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:host {
44
background-color: $white;
55
width: 100%;
6+
color: #000;
67
}
78

89
div.wallet-app {

0 commit comments

Comments
 (0)