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 4e58f91 commit a3fd23aCopy full SHA for a3fd23a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue3-hive-ui-kit",
3
"private": false,
4
- "version": "0.7.29",
+ "version": "0.7.30",
5
"type": "module",
6
"description": "UI kit for Vue 3",
7
"files": [
src/components/hive-dialog/hive-dialog.vue
@@ -139,6 +139,8 @@ $dialog-width-min: 100px;
139
140
&-close {
141
cursor: pointer;
142
+ color: var(--text, $text);
143
+ opacity: 0.7;
144
}
145
146
0 commit comments