lightning
lightning copied to clipboard
Common banner text is centralized and doesn't show icon
<Common.banner
type="danger"
id="canvas-banner-limit"
message={@limit_banner_message}
class="absolute"
icon={true}
centered={true}
/>
Version number
2.8.2
I have reproduced this locally on main:
- [x] Yes
- [ ] No
To Reproduce Steps to reproduce the behavior:
- On the Billing App, on branch
ai-assistant-limiter
uncomment this banner on theworkflow_live/edit.ex
- Set
@default_ai_limit
to small value insubscriptions_usage.ex
- Send some AI questions/queries until the limit.
- See error that the banner text is not centralized and doesn't show the icon.
Expected behavior A clear and concise description of what you expected to happen.
icon and centered boolean attributes are considered.