@beacon-interactive-systems-llc/beacon-platform-ui 17.6.0 → 17.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "17.6.0",
3
+ "version": "17.6.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
@@ -200,12 +200,12 @@ button.platform-btn {
200
200
  }
201
201
 
202
202
  mat-icon {
203
- font-size: 16px;
204
- height: 16px;
205
- line-height: 16px;
203
+ font-size: 12px;
204
+ height: 12px;
205
+ line-height: 12px;
206
206
  position: relative;
207
207
  top: 2px;
208
- width: 16px;
208
+ width: 12px;
209
209
  }
210
210
 
211
211
  span.text {
@@ -260,3 +260,14 @@ $platform_widget_contrasts: (
260
260
  }
261
261
  }
262
262
  }
263
+
264
+ .mat-mdc-menu-panel {
265
+ @include themify($platform_widget_contrasts) {
266
+ background: apply('widgetBackground');
267
+ border: 0.5px solid apply('widgetBorder');
268
+
269
+ .mat-mdc-menu-item-text {
270
+ color: apply('widgetText');
271
+ }
272
+ }
273
+ }