@visualizevalue/mint-app-base 0.1.51 → 0.1.53

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.
@@ -67,6 +67,7 @@ select {
67
67
 
68
68
  .form-item {
69
69
  border: var(--border);
70
+ border-radius: var(--border-radius);
70
71
  display: flex;
71
72
  align-items: center;
72
73
  background: var(--background);
@@ -141,7 +141,7 @@ const ownedBalance = computed(() => collection.value && store.tokenBalance(colle
141
141
  align-items: center;
142
142
  }
143
143
 
144
- > * {
144
+ > *:not(menu) {
145
145
  width: var(--dimension);
146
146
  height: auto;
147
147
  border-bottom: var(--border) !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.51",
3
+ "version": "0.1.53",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {