copetit / whereareyou

for our family
1 stars 1 forks source link

[Design]登録画面のエラーMSGのStyleの修正及び仕上げをする #120

Closed shhwan closed 2 years ago

shhwan commented 2 years ago

やること

参考URL

copetit commented 2 years ago

やったこと

스크린샷 2022-02-19 20 27 33

気にいらない点

確認方法

posting画面でerrorを出してみる

shhwan commented 2 years ago

確認しました

動作、崩れなど

問題なし

気になるてん

自分のミスでしたが、、PasswordのMinとMAXについてコメントしました。 ご確認お願いいたします。

気にいらない点について

確かにInterfaceはDefaultValueがないですね。 ただ、colorにしてデフォルトで入れる値(red,blueなど)を設定 は

export interface IAlertMessageProps {
  msg: string;
  clolor: 'blue' | 'red';
}

これでできます。

copetit commented 2 years ago

ありがとうございます。そう書けばよかったですね。修正しました。 再度お願いします。

shhwan commented 2 years ago

修正ありがとうございます。マージしました。