Skip to content

Commit

Permalink
fix(Align): remove color
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa18289 committed Nov 19, 2024
1 parent 08047eb commit a94bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/Align/Align.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Align: FC<AlignProps> = (props) => {

const propsContext: PropsContext = {
Text: { className: styles.text },
Avatar: { className: styles.avatar, size: "m", color: "blue" },
Avatar: { className: styles.avatar, size: "m" },
};

return (
Expand Down

0 comments on commit a94bc2b

Please sign in to comment.