Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Jan 10, 2024
1 parent 7a23680 commit cc15ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/kit/components/badge/badge.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {TUI_BADGE_OPTIONS, TuiBadgeOptions} from './badge.options';
selector: 'tui-badge,[tuiBadge]',
providers: [tuiAppearanceOptionsProvider(TUI_BADGE_OPTIONS)],
host: {
tuiBadgeNew: '',
tuiBadge: '',
'[class._dot]': 'dot',
'[attr.data-size]': 'size',
},
Expand Down
2 changes: 1 addition & 1 deletion projects/kit/components/badge/badge.style.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '@taiga-ui/core/styles/taiga-ui-local';

// TODO: Change to [tuiBadge] in 4.0
[tuiBadgeNew] {
[tuiBadge] {
--t-gap: 0rem;
--t-dot: currentColor;
--t-icon-size: 1rem;
Expand Down

0 comments on commit cc15ba9

Please sign in to comment.