We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ed66a commit 95ef5d7Copy full SHA for 95ef5d7
1 file changed
app/components/ColumnPicker.vue
@@ -134,13 +134,9 @@ function handleReset() {
134
</div>
135
136
<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
- >
+ <ButtonBase @click="handleReset">
142
{{ $t('filters.columns.reset') }}
143
- </button>
+ </ButtonBase>
144
145
146
0 commit comments