The screenshots below show an issue with the version 9 beta of the SDK. Inline elments of the action attribute are not afforded appropriate space, and (minor issue) links do not have the appropriate color.
<Banner
type="critical"
title="Invalid API Key"
description="You must enter a PRODUCTION API Key from EasyPost. You'll still be able to print test labels in Parcelcraft with a Production API Key."
actions={ <Link href="https://www.easypost.com/signup?utm_source=Parcelcraft" target="_blank" external>Get my free API Key</Link> }
/>
Thanks for reporting @bensontrent! A fix has been rolled out for the Banner action prop width. The color of the link is intended to match the Banner in version 9.
The screenshots below show an issue with the version 9 beta of the SDK. Inline elments of the
action
attribute are not afforded appropriate space, and (minor issue) links do not have the appropriate color.Banner component in 9.0.0-alpha.15
Banner component in 8.9.1:
Code sample: