Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Implement Custom Style Hook for Card component #33912

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated import statement for CardFooter
Co-authored-by: Owen Campbell <ocampbell95@gmail.com>
  • Loading branch information
terynk and CampbellOwen authored Feb 26, 2025
commit 8e91eec6cadc75b1604b7eda81a40b299f2a3372
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import { renderCardFooter_unstable } from './renderCardFooter';
import { useCardFooterStyles_unstable } from './useCardFooterStyles.styles';
import type { CardFooterProps } from './CardFooter.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
import { useCustomStyleHook_unstable } from '../../../../../react-shared-contexts/library/src/index';
import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';

/**
* Component to render Button actions in a Card component.
Loading
Oops, something went wrong.