Skip to content

fix(textfield,menu,tag,toast,tabs,well,popover): define custom props #3471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 6, 2025
Prev Previous commit
Next Next commit
fix(well): define --spectrum-well-border-color in index.css
  • Loading branch information
rise-erpelding authored and castastrophe committed Jan 6, 2025
commit ac14843a42455aee7b7f7a4eef33dcc014f8ec2f
1 change: 1 addition & 0 deletions components/well/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

.spectrum-Well {
--spectrum-well-border-width: var(--spectrum-border-width-100);
--spectrum-well-border-color: rgba(var(--spectrum-gray-1000-rgb), .05);
--spectrum-well-content-color: var(--spectrum-body-color);
--spectrum-well-background-color: rgba(var(--spectrum-gray-800-rgb), 0.02);

Expand Down