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 ae3a735 commit 4db2d18Copy full SHA for 4db2d18
projects/coreui-angular/src/lib/utilities/border.directive.ts
@@ -16,7 +16,7 @@ export class BorderDirective {
16
readonly hostClasses = computed<Record<string, boolean>>(() => {
17
const border = this.cBorder();
18
if (typeof border === 'boolean') {
19
- return { border: true };
+ return { border: border };
20
}
21
if (typeof border === 'number' || typeof border === 'string') {
22
return {
0 commit comments