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 e0a2694 commit 5fccbdaCopy full SHA for 5fccbda
libs/blog/shared/ui-social-media-icons/src/lib/social-media-icons.component.ts
@@ -28,7 +28,7 @@ export class SocialMediaIconsComponent {
28
29
readonly iconColorClass = computed(() => {
30
return this.variant() === 'default'
31
- ? 'ext-al-primary-foreground'
+ ? 'text-al-primary-foreground'
32
: this.variant() === 'light'
33
? 'text-[#fff]'
34
: 'text-[#000]';
0 commit comments