You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@radglob would you be willing to take a quick look into this and see why sx isn't getting applied on Select? We think it might be a straightforward fix that the prop just isn't getting passed down.
Description
Hi! I'm unable to style the
Select
component with thesx
prop as follows:<Select sx={{ borderRadius: '4px', border: '1px solid #eee' }}>
Looking at the component, it's border-radius is set to
inherit
, but shouldn't thesx
prop override styling?Steps to reproduce
Select
from @primer/reactsx
propVersion
v35.26.1
Browser
Chrome
The text was updated successfully, but these errors were encountered: