File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
libs/components/src/dialog/simple-dialog Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
< div
2
- class ="tw-my-4 tw-flex tw-max-h-screen tw-w-96 tw-max-w-90vw tw-flex-col tw-overflow-hidden tw-rounded-3xl tw-border tw-border-solid tw-border-secondary-300 tw-bg-text-contrast tw-text-main "
2
+ class ="tw-my-4 tw-pb-6 tw-pt-8 tw- flex tw-max-h-screen tw-w-96 tw-max-w-90vw tw-flex-col tw-overflow-hidden tw-rounded-3xl tw-border tw-border-solid tw-border-secondary-100 tw-shadow-xl tw-bg-text-contrast tw-text-main "
3
3
@fadeIn
4
4
>
5
- < div class ="tw-flex tw-flex-col tw-items-center tw-gap-2 tw-px-4 tw-pt-4 tw-text-center ">
5
+ < div class ="tw-flex tw-px-6 tw- flex-col tw-items-center tw-gap-2 tw-text-center ">
6
6
@if (!hideIcon()) {
7
7
@if (hasIcon) {
8
8
< ng-content select ="[bitDialogIcon] "> </ ng-content >
20
20
</ h1 >
21
21
</ div >
22
22
< div
23
- class ="tw-overflow-y-auto tw-px-4 tw-pb-4 tw-text-center tw-text-base tw-break-words tw-hyphens-auto "
23
+ class ="tw-overflow-y-auto tw-px-6 tw-mb-6 tw-text-center tw-text-base tw-break-words tw-hyphens-auto "
24
24
>
25
25
< ng-content select ="[bitDialogContent] "> </ ng-content >
26
26
</ div >
27
- < div
28
- class ="tw-flex tw-flex-row tw-gap-2 tw-border-0 tw-border-t tw-border-solid tw-border-secondary-300 tw-p-4 "
29
- >
27
+ < div class ="tw-flex tw-flex-col tw-gap-2 tw-px-6 ">
30
28
< ng-content select ="[bitDialogFooter] "> </ ng-content >
31
29
</ div >
32
30
</ div >
You can’t perform that action at this time.
0 commit comments