Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jan 10, 2025
1 parent a40728e commit 811cb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/design/src/core/colorable/colorable.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const validateColor = (color: string) => {
* `DaffColorableDirective` allows a component to conditionally apply color-specific
* styles by setting CSS classes based on the specified color. This directive is useful
* for applying different color palettes to a component in an Angular application.
*
*
* Supported colors: `primary | secondary | tertiary | black | white | theme | theme-contrast`
*
*
* | Color | Class |
* | -------- | ----- |
* | `primary` | `.daff-primary`|
Expand All @@ -43,7 +43,7 @@ const validateColor = (color: string) => {
* ```html
* <div daffColorable [color]="primary">Colored content</div>
* ```
*
*
* ```scss
* .div {
* &.daff-primary {
Expand Down

0 comments on commit 811cb70

Please sign in to comment.