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
I'm using version 1.5.0-rc3 and want to add an inner box-shadow to my UI, Like the CSS box-shadow: inset 0px 0px 1px 1px #416D99;, But I don't find the inset attribute in bevy::ui::BoxShadow, So is this feature available now?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using version 1.5.0-rc3 and want to add an inner box-shadow to my UI, Like the CSS
box-shadow: inset 0px 0px 1px 1px #416D99;
, But I don't find theinset
attribute inbevy::ui::BoxShadow
, So is this feature available now?box-shadow inset
Beta Was this translation helpful? Give feedback.
All reactions