Skip to content

Commit

Permalink
fix(telegram-ui): BackButton appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
Easterok committed Oct 9, 2023
1 parent 2f6ff07 commit 4344d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export type BackButtonEmits = {

export const BackButtonDefaultProps = {
type: 'telegram',
appearance: 'flat',
appearance: 'ghost',
} as const;

0 comments on commit 4344d6d

Please sign in to comment.