Skip to content

Commit

Permalink
♻️ refactor: エラー時のフォーカスの色を変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Dec 29, 2023
1 parent f64592b commit 3622bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/base/Textbox/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const styles = {
error: sprinkles({
color: 'red',
borderColor: 'red',
outlineColor: {
focusVisible: 'red',
},
}),
};

Expand Down

0 comments on commit 3622bdc

Please sign in to comment.