We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd332c commit faab48aCopy full SHA for faab48a
projects/coreui-angular/src/lib/utilities/rounded.directive.ts
@@ -16,7 +16,7 @@ export class RoundedDirective {
16
readonly hostClasses = computed<Record<string, boolean>>(() => {
17
const rounded = this.cRounded();
18
if (typeof rounded === 'boolean') {
19
- return { rounded: true };
+ return { rounded: rounded };
20
}
21
if (typeof rounded === 'number' || typeof rounded === 'string') {
22
return {
0 commit comments