@things-factory/reference-app 7.0.1-beta.6 → 7.0.1-beta.7

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.
@@ -34,7 +34,7 @@ class GristModePage extends localize(i18next)(PageView) {
34
34
  height: 200px;
35
35
  align-items: center;
36
36
  justify-content: center;
37
- color: var(--theme-white-color);
37
+ color: var(--md-sys-color-on-primary);
38
38
  }
39
39
 
40
40
  #modes > * {
@@ -4,10 +4,10 @@ body {
4
4
  --primary-color: rgb(var(--primary-color-rgb));
5
5
  --secondary-color-rgb: 71, 97, 114;
6
6
  --secondary-color: rgb(var(--secondary-color-rgb));
7
- --focus-color: var(--theme-white-color);
7
+ --focus-color: var(--md-sys-color-on-primary);
8
8
  --primary-background-color: var(--md-sys-color-secondary);
9
9
  --secondary-background-color: #183936;
10
- --theme-white-color: #fff;
10
+ --md-sys-color-on-primary: #fff;
11
11
  --theme-black-color: rgba(0, 0, 0, 0.9);
12
12
 
13
13
  --focus-background-color: var(--md-sys-color-primary);
@@ -68,12 +68,12 @@ body {
68
68
  --icon-tiny-size: 24px;
69
69
  --icon-default-size: 36px;
70
70
  --icon-big-size: 48px;
71
- --icon-default-color: var(--theme-white-color);
71
+ --icon-default-color: var(--md-sys-color-on-primary);
72
72
 
73
73
  /* material design component themes */
74
- --mdc-theme-on-primary: var(--theme-white-color);
74
+ --mdc-theme-on-primary: var(--md-sys-color-on-primary);
75
75
  --mdc-theme-primary: var(--secondary-text-color);
76
- --mdc-theme-on-secondary: var(--theme-white-color);
76
+ --mdc-theme-on-secondary: var(--md-sys-color-on-primary);
77
77
  --mdc-theme-secondary: var(--md-sys-color-primary);
78
78
  --mdc-button-outline-color: var(--md-sys-color-primary);
79
79
  --mdc-danger-button-primary-color: var(--status-danger-color);
@@ -84,9 +84,9 @@ body {
84
84
  --md-fab-container-color: var(--md-sys-color-primary);
85
85
  --md-fab-icon-color: var(--focus-color);
86
86
 
87
- --md-theme-on-primary: var(--theme-white-color);
87
+ --md-theme-on-primary: var(--md-sys-color-on-primary);
88
88
  --md-theme-primary: var(--secondary-text-color);
89
- --md-theme-on-secondary: var(--theme-white-color);
89
+ --md-theme-on-secondary: var(--md-sys-color-on-primary);
90
90
  --md-theme-secondary: var(--md-sys-color-primary);
91
91
  --md-button-outline-color: var(--md-sys-color-primary);
92
92
  --md-danger-button-primary-color: var(--status-danger-color);
@@ -107,13 +107,13 @@ body {
107
107
  --button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
108
108
  --button-activ-border: 1px solid var(--md-sys-color-primary);
109
109
  --button-activ-background-color: var(--md-sys-color-primary);
110
- --button-activ-color: var(--theme-white-color);
110
+ --button-activ-color: var(--md-sys-color-on-primary);
111
111
  --iconbtn-padding: var(--padding-narrow);
112
112
 
113
113
  --button-primary-background-color: var(--md-sys-color-primary);
114
114
  --button-primary-active-background-color: var(--status-success-color);
115
115
  --button-primary-padding: var(--margin-default) var(--margin-wide);
116
- --button-primary-color: var(--theme-white-color);
116
+ --button-primary-color: var(--md-sys-color-on-primary);
117
117
  --button-primary-font: bold 16px var(--theme-font);
118
118
 
119
119
  /* table style */