We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fd23a commit 8bb6160Copy full SHA for 8bb6160
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue3-hive-ui-kit",
3
"private": false,
4
- "version": "0.7.30",
+ "version": "0.7.31",
5
"type": "module",
6
"description": "UI kit for Vue 3",
7
"files": [
src/components/hive-dialog/hive-dialog.vue
@@ -132,6 +132,7 @@ $dialog-width-min: 100px;
132
align-items: center;
133
justify-content: space-between;
134
margin-bottom: 5px;
135
+ gap: 5px;
136
137
&-text {
138
font-size: 20px;
0 commit comments