@things-factory/integration-accounting 7.0.1-beta.1 → 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.
@@ -31,7 +31,7 @@ class AccountXero extends connect(store)(PageView) {
31
31
  overflow: auto;
32
32
  }
33
33
  [overview] {
34
- background-color: var(--theme-white-color, #fff);
34
+ background-color: var(--md-sys-color-on-primary, #fff);
35
35
  border-radius: var(--border-radius);
36
36
  margin-bottom: var(--margin-wide, 15px);
37
37
  padding: var(--padding-wide, 15px);
@@ -67,7 +67,7 @@ class AccountXero extends connect(store)(PageView) {
67
67
  width: 800px;
68
68
  height: 250px;
69
69
  border: var(--border-dark-color);
70
- background-color: var(--theme-white-color, #fff);
70
+ background-color: var(--md-sys-color-on-primary, #fff);
71
71
  }
72
72
  [field-2column] {
73
73
  display: grid;
@@ -82,7 +82,7 @@ class AccountXero extends connect(store)(PageView) {
82
82
  label {
83
83
  margin-bottom: var(--margin-narrow);
84
84
  font: var(--label-font);
85
- color: var(--label-color);
85
+ color: var(--label-color, var(--md-sys-color-on-surface));
86
86
  text-transform: var(--label-text-transform);
87
87
  }
88
88
  input {
@@ -101,7 +101,7 @@ class AccountXero extends connect(store)(PageView) {
101
101
  display: inline-block;
102
102
  border: var(--border-dark-color);
103
103
  border-radius: var(--border-radius);
104
- background-color: var(--theme-white-color, #fff);
104
+ background-color: var(--md-sys-color-on-primary, #fff);
105
105
  margin: 9px 0;
106
106
  padding: var(--button-padding, 9px);
107
107
  font-size: 14px;