@things-factory/reference-app 6.2.75 → 6.2.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -135,8 +135,8 @@ export class DataSetListPage extends connect(store)(localize(i18next)(PageView))
135
135
 
136
136
  width: 100%;
137
137
 
138
- --grid-record-emphasized-background-color: red;
139
- --grid-record-emphasized-color: yellow;
138
+ --grid-record-emphasized-background-color: #8b0000;
139
+ --grid-record-emphasized-color: #ff6b6b;
140
140
  }
141
141
  `
142
142
  ]
@@ -206,8 +206,8 @@ class GristColorizing extends localize(i18next)(PageView) {
206
206
  emphasized = ['navy', 'yellow']
207
207
  } else if (rate < 50) {
208
208
  /* emphasized가 true이면, CSS 변수에 설정된 컬러가 적용된다.
209
- --grid-record-emphasized-background-color: red;
210
- --grid-record-emphasized-color: yellow;
209
+ --grid-record-emphasized-background-color: #8B0000;
210
+ --grid-record-emphasized-color: #FF6B6B;
211
211
  */
212
212
  emphasized = true
213
213
  }
@@ -399,8 +399,8 @@ class GristColorizing extends localize(i18next)(PageView) {
399
399
  emphasized = ['yellow', 'navy']
400
400
  } else if (rate < 50) {
401
401
  /* emphasized가 true이면, CSS 변수에 설정된 컬러가 적용된다.
402
- --grid-record-emphasized-background-color: red;
403
- --grid-record-emphasized-color: yellow;
402
+ --grid-record-emphasized-background-color: #8B0000;
403
+ --grid-record-emphasized-color: #FF6B6B;
404
404
  */
405
405
  emphasized = true
406
406
  }
@@ -14,16 +14,16 @@ class GristModePage extends localize(i18next)(PageView) {
14
14
 
15
15
  width: 100%;
16
16
 
17
- --grid-record-emphasized-background-color: red;
18
- --grid-record-emphasized-color: yellow;
17
+ --grid-record-emphasized-background-color: #8b0000;
18
+ --grid-record-emphasized-color: #ff6b6b;
19
19
  }
20
20
 
21
21
  ox-grist {
22
22
  flex: 1;
23
23
  overflow-y: auto;
24
24
 
25
- --grid-record-emphasized-background-color: red;
26
- --grid-record-emphasized-color: yellow;
25
+ --grid-record-emphasized-background-color: #8b0000;
26
+ --grid-record-emphasized-color: #ff6b6b;
27
27
  }
28
28
 
29
29
  #headroom {
@@ -13,8 +13,8 @@ class GristPage extends localize(i18next)(PageView) {
13
13
 
14
14
  width: 100%;
15
15
 
16
- --grid-record-emphasized-background-color: red;
17
- --grid-record-emphasized-color: yellow;
16
+ --grid-record-emphasized-background-color: #8b0000;
17
+ --grid-record-emphasized-color: #ff6b6b;
18
18
  }
19
19
 
20
20
  ox-grist {
@@ -27,8 +27,8 @@ class OperationMaster extends localize(i18next)(PageView) {
27
27
 
28
28
  width: 100%;
29
29
 
30
- --grid-record-emphasized-background-color: red;
31
- --grid-record-emphasized-color: yellow;
30
+ --grid-record-emphasized-background-color: #8b0000;
31
+ --grid-record-emphasized-color: #ff6b6b;
32
32
  }
33
33
  `
34
34
  ]
@@ -28,8 +28,8 @@ class ProductMaster extends localize(i18next)(PageView) {
28
28
 
29
29
  width: 100%;
30
30
 
31
- --grid-record-emphasized-background-color: red;
32
- --grid-record-emphasized-color: yellow;
31
+ --grid-record-emphasized-background-color: #8b0000;
32
+ --grid-record-emphasized-color: #ff6b6b;
33
33
  }
34
34
  `
35
35
  ]