refacto styles for storybook

This commit is contained in:
Tykayn 2025-08-19 16:20:07 +02:00 committed by tykayn
parent 036cda1431
commit 014ef90cc6
5 changed files with 97 additions and 12 deletions

View file

@ -7,7 +7,7 @@ import {Component, Input} from '@angular/core';
styleUrl: './alert-box.scss'
})
export class AlertBox {
@Input() public message = "";
@Input() public message = "";
@Input() public _alertKind = "warning";