Skip to content

Commit 9a267c0

Browse files
authored
refactor: alert rounded to md (#261)
1 parent 7c11990 commit 9a267c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/ngverse/src/lib/dialog/alert-dialog/alert-dialog.component.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<div
2-
@dialogEnter
3-
class="min-w-80 rounded-default bg-background p-4 shadow-default"
4-
>
1+
<div @dialogEnter class="min-w-80 rounded-md bg-background p-4 shadow-default">
52
<h2 class="text-lg font-medium">{{ title }}</h2>
63
<p>{{ description }}</p>
74
<div class="mt-3 flex items-center justify-end">

0 commit comments

Comments
 (0)