style(AddressEdit): submit button using primary type

This commit is contained in:
chenjiahan 2022-02-17 16:16:55 +08:00
parent 73788f9e88
commit c65d4f9672
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
其他:
- ActionBar: 调整 `--van-action-bar-icon-text-color` 变量的默认值为 `--van-text-color`
- AddressEdit: 提交按钮调整为 `primary` 类型
- Button: 默认圆角大小从 `2px` 调整为 `4px`
- Button: 默认按钮的边框颜色调整为 `--van-gray-4`
- Button: 调整 `font-smoothing`,默认使用粗体文字

View File

@ -340,7 +340,7 @@ export default defineComponent({
<Button
block
round
type="danger"
type="primary"
text={props.saveButtonText || t('save')}
class={bem('button')}
loading={props.isSaving}