Skip to content

Commit

Permalink
[5.x] Make set button label clickable (#11313)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenjaksch authored Jan 6, 2025
1 parent 21a30af commit 5622b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'w-2 h-2 text-gray-700 dark:text-dark-200 group-hover:text-black dark:group-hover:dark-text-100 transition duration-150': !last
}" />
</button>
<span class="text-sm dark:text-dark-175">{{ __(label) }}</span>
<span @click="addSetButtonClicked" class="cursor-pointer text-sm dark:text-dark-175">{{ __(label) }}</span>
</div>
</template>
</set-picker>
Expand Down

0 comments on commit 5622b7e

Please sign in to comment.