fix(site): match sessions date/time picker icon to search field icon - #28478
Merged
tracyjohnsonux merged 10 commits intoAug 26, 2026
Merged
Conversation
jeremyruppel
approved these changes
Aug 26, 2026
tracyjohnsonux
enabled auto-merge (squash)
August 26, 2026 20:10
tracyjohnsonux
deleted the
tracyjohnsonux/sessions-datetimepicker-default-size
branch
August 26, 2026 20:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes the date/time range picker trigger on the AI Gateway sessions page visually consistent with the adjacent search field and filter dropdowns. Button size is unchanged (
lg, h-10).size-icon-sm(18px), identical to the search icon. Previously the Button's[&>svg]:size-icon-lg+[&>svg]:p-0.5child selectors (specificity 0-1-1) overrode the icon's authoredsize-4class (0-1-0), inflating it to a 24px box atsize="lg". The calendar's classes are marked important (!size-icon-sm !p-0) to win that fight.strokeWidth={1.75}for optical parity with the search icon.size-icon-smwith no color class, inheriting the button'stext-content-primary— exactly matchingComboboxButton, which backs the other filter dropdowns (previously it wastext-content-secondary).gap-2 pr-1.5likeComboboxButton, giving 8px icon-to-text (matching the search field'spr-2addon spacing) and the same label-to-chevron gap and right padding as the other dropdowns.Scope:
DateTimeRangePicker's only production consumer is the AI Gateway sessions filter, so the change affects only this page (plus Storybook).This PR was generated by Coder Agents on behalf of @tracyjohnsonux.