Skip to content

Commit

Permalink
chore(demo): Dialog add label to API example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Nov 7, 2024
1 parent 739ff25 commit e06582a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions projects/core/components/dialog/dialog.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@

.t-close {
.transition(background);

position: absolute;
top: 1rem;
right: 1rem;
Expand All @@ -177,9 +178,6 @@
}

:host-context(tui-root._mobile) & {
position: absolute;
top: 0;
right: 0;
background: transparent !important;
color: var(--tui-text-01);
opacity: 0.5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class ExampleTuiDialogComponent {

size: TuiDialogSize = this.sizeVariants[1];

label = '';
label = 'Form';

appearance = '';

Expand Down

0 comments on commit e06582a

Please sign in to comment.