Skip to content

Commit

Permalink
fix: remove custom disbaled button style (#5109)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-maad authored Nov 19, 2024
1 parent 7ab607f commit 41035b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/script/page/migration/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ export const forgotPasswordCss: CSSObject = {

export const buttonCss: CSSObject = {
width: '100%',
':disabled': {
background: COLOR_V2.GRAY_60,
},
};

export const termsCheckboxLabelCss: CSSObject = {
Expand Down

0 comments on commit 41035b6

Please sign in to comment.