Skip to content

Commit 95ef5d7

Browse files
committed
refactor: update button
1 parent 41ed66a commit 95ef5d7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

app/components/ColumnPicker.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,9 @@ function handleReset() {
134134
</div>
135135

136136
<div class="border-t border-border py-1">
137-
<button
138-
type="button"
139-
class="w-full px-3 py-2 text-start text-sm font-mono text-fg-muted hover:bg-bg-muted hover:text-fg transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-inset"
140-
@click="handleReset"
141-
>
137+
<ButtonBase @click="handleReset">
142138
{{ $t('filters.columns.reset') }}
143-
</button>
139+
</ButtonBase>
144140
</div>
145141
</div>
146142
</div>

0 commit comments

Comments
 (0)