mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix(components): update default intent prop in Text component
This commit is contained in:
@@ -147,7 +147,7 @@ export type TextProps = Pick<HTMLProps<HTMLElement>, 'onCopy' | 'onClick'> & {
|
||||
AllowedTextTextProps;
|
||||
|
||||
export const Text = ({
|
||||
intent = 'neutral',
|
||||
intent,
|
||||
priority = 'primary',
|
||||
isDisabled = false,
|
||||
color,
|
||||
|
||||
Reference in New Issue
Block a user