UIUX Tips

  1. 按鈕在可以送出的時候才顯示active的顏色,不然都是灰色
<SaveButton active={input !== ''} type="button">
  SAVE
</SaveButton>