Skip to content

style(apollo-vertex): consistent styling defaults#405

Merged
KokoMilev merged 1 commit intomainfrom
style/vertex-consistent-styling-defaults
Mar 27, 2026
Merged

style(apollo-vertex): consistent styling defaults#405
KokoMilev merged 1 commit intomainfrom
style/vertex-consistent-styling-defaults

Conversation

@creilly11235
Copy link
Collaborator

Summary

  • Update button, input, select, dropdown-menu, and popover to rounded-lg (textarea stays rounded-md)
  • Remove shadow-xs from form controls (button outline, input, select trigger, textarea)
  • Add shadow-md to overlay surfaces (select content, dropdown-menu, popover)
  • Update bg-transparentbg-background (input) / bg-card (select trigger, textarea)
  • Theme: set --popover to match --background so overlay surfaces use background color via token system
  • Theme: update --accent to subtle semi-transparent neutral (matching vertical-medical-mrs)

Test plan

  • Verify rounded-lg on buttons, inputs, selects in light and dark mode
  • Verify overlay surfaces (dropdown, popover, select content) have border + shadow-md
  • Verify accent hover/focus states are visible in both light and dark mode
  • Verify no visual regressions on existing component demos

🤖 Generated with Claude Code

@creilly11235 creilly11235 requested a review from a team as a code owner March 26, 2026 16:35
@creilly11235 creilly11235 requested review from 0xr3ngar and KokoMilev and removed request for a team March 26, 2026 16:35
@github-actions
Copy link

github-actions bot commented Mar 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-canvas 🟢 Ready Preview, Logs Mar 26, 2026, 09:55:26 AM
apollo-landing 🟢 Ready Preview, Logs Mar 26, 2026, 09:53:22 AM
apollo-ui-react 🟢 Ready Preview, Logs Mar 26, 2026, 09:53:29 AM
apollo-vertex 🟢 Ready Preview, Logs Mar 26, 2026, 09:54:41 AM
apollo-wind 🟢 Ready Preview, Logs Mar 26, 2026, 09:53:27 AM

@KokoMilev KokoMilev enabled auto-merge (rebase) March 26, 2026 16:35
@github-actions
Copy link

Dependency License Review

  • 1923 package(s) scanned
  • ✅ No license issues found
  • ⚠️ 3 package(s) excluded (see details below)
License distribution
License Packages
MIT 1688
ISC 89
Apache-2.0 56
BSD-3-Clause 28
BSD-2-Clause 23
BlueOak-1.0.0 8
MPL-2.0 5
MIT OR Apache-2.0 3
MIT-0 3
CC0-1.0 3
LGPL-3.0-or-later 2
(MIT OR Apache-2.0) 2
Unlicense 2
Python-2.0 1
CC-BY-4.0 1
(MPL-2.0 OR Apache-2.0) 1
Unknown 1
Artistic-2.0 1
(WTFPL OR MIT) 1
(BSD-2-Clause OR MIT OR Apache-2.0) 1
CC-BY-3.0 1
0BSD 1
(MIT OR CC0-1.0) 1
MIT AND ISC 1
Excluded packages
Package Version License Reason
@img/sharp-libvips-linux-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
@img/sharp-libvips-linuxmusl-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
khroma 2.1.0 Unknown MIT per GitHub repo, missing license field in package.json

@creilly11235 creilly11235 force-pushed the style/vertex-consistent-styling-defaults branch from e8a5f54 to 4e09a48 Compare March 26, 2026 16:49
…y components

Update button, input, select, textarea, dropdown-menu, and popover to
use rounded-lg borders, remove shadow-xs from form controls, and add
shadow-md to overlay surfaces. Update theme tokens so popover matches
background and accent uses subtle semi-transparent neutrals.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@creilly11235 creilly11235 force-pushed the style/vertex-consistent-styling-defaults branch from 4e09a48 to efe78ec Compare March 26, 2026 16:51
@KokoMilev KokoMilev merged commit ebab1c9 into main Mar 27, 2026
43 checks passed
@KokoMilev KokoMilev deleted the style/vertex-consistent-styling-defaults branch March 27, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants