diff options
Diffstat (limited to 'apps/kit/src/routes/book/alerts/+page.svelte')
| -rw-r--r-- | apps/kit/src/routes/book/alerts/+page.svelte | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/kit/src/routes/book/alerts/+page.svelte b/apps/kit/src/routes/book/alerts/+page.svelte index 566ccca..15084ca 100644 --- a/apps/kit/src/routes/book/alerts/+page.svelte +++ b/apps/kit/src/routes/book/alerts/+page.svelte @@ -7,7 +7,6 @@ <h2>Info</h2> <Alert type="info" message="This is message" title="This is title" /> </section> - <section> <h2>Warning</h2> <Alert type="warning" message="This is message" title="This is title" /> @@ -31,7 +30,6 @@ { id: "confirm", text: "Yes!", - color: "green", }, { id: "cancel", @@ -48,7 +46,7 @@ rightLinkText="Link or action" title="Go here" message="Hehe" - type="info" + type="error" /> </section> <section> |
