Swap Bulma for DaisyUI (Tailwind) (#111)
This commit is contained in:
parent
2a546dfe3d
commit
79a589da65
53 changed files with 1124 additions and 632 deletions
|
|
@ -33,8 +33,8 @@ func TestMsg(t *testing.T) {
|
|||
assertMsg(TypeInfo, text)
|
||||
|
||||
text = "ccc"
|
||||
Danger(ctx, text)
|
||||
assertMsg(TypeDanger, text)
|
||||
Error(ctx, text)
|
||||
assertMsg(TypeError, text)
|
||||
|
||||
text = "ddd"
|
||||
Warning(ctx, text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue