@agorapulse/ui-theme 17.1.1 → 17.1.2

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.
Binary file
@@ -303,10 +303,11 @@
303
303
  &:not(.multiple) {
304
304
  background-color: var(--ref-color-electric-blue-10);
305
305
  color: var(--ref-color-electric-blue-150);
306
- ap-symbol:not(.option-selected) {
307
- .svg {
308
- color: var(--ref-color-electric-blue-150);
309
- }
306
+ ap-symbol:not(.option-selected) .svg {
307
+ color: var(--ref-color-electric-blue-150);
308
+ }
309
+ ap-avatar ap-symbol:not(.option-selected) .svg {
310
+ color: inherit;
310
311
  }
311
312
  .label {
312
313
  color: var(--ref-color-electric-blue-150);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "17.1.1",
3
+ "version": "17.1.2",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file