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
The DBHeadline currently offers a pulse attribute but this is always left-aligned below the heading.
However according to the DB Layout Guidelines (not sure if I can add a link here because it's on the extranet) the pulse alignment should follow the content alignment.
For example if the content is centered then the pulse needs to be centered below the heading too.
This could be achieved by adding a prop like pulseAlignment?: "start" | "center" | "end".