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

Commit

Permalink
Fixed colors in some desktop apps (#344)
Browse files Browse the repository at this point in the history
(cherry picked from commit 373541e)
  • Loading branch information
MarcelCoding committed Mar 13, 2022
1 parent 0a37dbd commit de4a5f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"namedChunks": true,
"localize": false
}
},
"defaultConfiguration": "production"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:host {
flex-basis: 100%;
color: #000;
}

#file-manager-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:host {
width: 100%;
height: 100%;
color: #000;

div.hardware-shop {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:host {
background-color: $white;
width: 100%;
color: #000;
}

div.wallet-app {
Expand Down

0 comments on commit de4a5f4

Please sign in to comment.