Skip to content

Commit b7f9519

Browse files
benceruleanluchristian-byrne
authored andcommitted
fix: set queue job filter tabs to 32px (#9217)
## Summary - Increase queue job filter tab button height from `sm` to `md` (`32px` equivalent). - Apply consistently to both floating Queue Progress Overlay and docked Job History sidebar, since both use `JobFilterTabs`. ## Design - https://www.figma.com/board/R9eN9DHmDgX3qEJXsRKiRr/QA-Feedback--Alex-?node-id=273-111&t=OUCBdoZhwrOMsxXE-4 ## Testing - `pnpm typecheck` - `pnpm lint` (passes with existing repo warnings only) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9217-fix-set-queue-job-filter-tabs-to-32px-3126d73d36508106a9c8e3786ab77aa5) by [Unito](https://www.unito.io)
1 parent b76d558 commit b7f9519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/queue/job/JobFilterTabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
v-for="tab in visibleJobTabs"
66
:key="tab"
77
:variant="selectedJobTab === tab ? 'secondary' : 'muted-textonly'"
8-
size="sm"
8+
size="md"
99
@click="$emit('update:selectedJobTab', tab)"
1010
>
1111
{{ tabLabel(tab) }}

0 commit comments

Comments
 (0)