@westartcom/bread-quasar-fields 0.1.16 → 0.1.17

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.
@@ -391,6 +391,7 @@ export default defineComponent({
391
391
 
392
392
  .remove {
393
393
  color: var(--color-danger);
394
+ cursor: pointer;
394
395
 
395
396
  span {
396
397
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westartcom/bread-quasar-fields",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Quasar compatible fields for bread package",
5
5
  "main": "index.js",
6
6
  "scripts": {