New Settings UI: Adjust features button styling

This commit is contained in:
Himad M 2024-12-20 13:44:40 +01:00
parent cb8c3f8726
commit b32a119f3f
No known key found for this signature in database
GPG key ID: 5FC769E9888A7B98
3 changed files with 12 additions and 3 deletions

View file

@ -37,6 +37,7 @@ const FeatureSettingsBlock = ( { title, description, ...props } ) => {
<div className="ppcp-r-feature-item__buttons">
{ props.actionProps?.buttons.map( ( button ) => (
<Button
className={ button.class ? button.class : '' }
href={ button.url }
key={ button.text }
variant={ button.type }