Skip to content

Commit a3fd23a

Browse files
committed
Dialog close button
1 parent 4e58f91 commit a3fd23a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-hive-ui-kit",
33
"private": false,
4-
"version": "0.7.29",
4+
"version": "0.7.30",
55
"type": "module",
66
"description": "UI kit for Vue 3",
77
"files": [

src/components/hive-dialog/hive-dialog.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ $dialog-width-min: 100px;
139139
140140
&-close {
141141
cursor: pointer;
142+
color: var(--text, $text);
143+
opacity: 0.7;
142144
}
143145
}
144146
}

0 commit comments

Comments
 (0)