@dialpad/dialtone 7.11.0 → 7.11.1

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.
@@ -40,6 +40,7 @@
40
40
  display: grid;
41
41
  grid-template-rows: 1fr;
42
42
  overflow: auto;
43
+ background-color: var(--popover-color-background);
43
44
  border-radius: var(--popover-border-radius);
44
45
  box-shadow: var(--popover-shadow);
45
46
 
@@ -2512,6 +2512,7 @@ legend .d-label {
2512
2512
  display: grid;
2513
2513
  grid-template-rows: 1fr;
2514
2514
  overflow: auto;
2515
+ background-color: var(--popover-color-background);
2515
2516
  border-radius: var(--popover-border-radius);
2516
2517
  box-shadow: var(--popover-shadow);
2517
2518
  }
@@ -22339,6 +22340,7 @@ body.theme-dark {
22339
22340
  display: grid;
22340
22341
  grid-template-rows: 1fr;
22341
22342
  overflow: auto;
22343
+ background-color: var(--popover-color-background);
22342
22344
  border-radius: var(--popover-border-radius);
22343
22345
  box-shadow: var(--popover-shadow);
22344
22346
  }
@@ -24650,6 +24652,7 @@ body.theme-dark {
24650
24652
  display: grid;
24651
24653
  grid-template-rows: 1fr;
24652
24654
  overflow: auto;
24655
+ background-color: var(--popover-color-background);
24653
24656
  border-radius: var(--popover-border-radius);
24654
24657
  box-shadow: var(--popover-shadow);
24655
24658
  }
@@ -26961,6 +26964,7 @@ body.theme-dark {
26961
26964
  display: grid;
26962
26965
  grid-template-rows: 1fr;
26963
26966
  overflow: auto;
26967
+ background-color: var(--popover-color-background);
26964
26968
  border-radius: var(--popover-border-radius);
26965
26969
  box-shadow: var(--popover-shadow);
26966
26970
  }
@@ -29272,6 +29276,7 @@ body.theme-dark {
29272
29276
  display: grid;
29273
29277
  grid-template-rows: 1fr;
29274
29278
  overflow: auto;
29279
+ background-color: var(--popover-color-background);
29275
29280
  border-radius: var(--popover-border-radius);
29276
29281
  box-shadow: var(--popover-shadow);
29277
29282
  }