Skip to content

Commit

Permalink
chore: apply GH annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Nov 29, 2023
1 parent 7ddb57f commit 26b8e57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Ui/UiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ function handleChange(event) {

<template>
<BaseButton
:class="[customStyles, 'mb-2 flex w-full items-center overflow-hidden !px-3']"
:class="[
customStyles,
'mb-2 flex w-full items-center overflow-hidden !px-3'
]"
>
<div class="no-shrink mr-2 text-skin-text">
<slot name="label" />
Expand Down

0 comments on commit 26b8e57

Please sign in to comment.