style(todo): bump clear-filters button from xs to sm
Some checks failed
CI / verify (push) Failing after 8s
Some checks failed
CI / verify (push) Failing after 8s
This commit is contained in:
@@ -337,7 +337,7 @@ const createTodoFile = async () => {
|
||||
</div>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-ghost btn-xs w-fit self-start"
|
||||
class="btn btn-ghost btn-sm self-start"
|
||||
:class="{ invisible: !hasFilters }"
|
||||
:aria-hidden="!hasFilters"
|
||||
:tabindex="hasFilters ? 0 : -1"
|
||||
|
||||
Reference in New Issue
Block a user