Skip to content

Commit db543bf

Browse files
authored
Merge pull request #2276 from dandi/fix-star-icon
Fix star button disabled halo issue
2 parents e5f5979 + 3479907 commit db543bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/StarButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<v-btn
44
variant="plain"
55
icon
6-
:disabled="!loggedIn"
6+
:readonly="!loggedIn"
77
@click.prevent="toggleStar"
88
>
99
<v-icon :color="isStarred ? 'amber darken-2' : undefined">

0 commit comments

Comments
 (0)