File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/.vuepress/theme/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
type =" email"
21
21
required
22
22
autocomplete =" email"
23
- class =" w-full p-4 border border-solid rounded-md outline-none bg-main newsletter-form-input c-border-color hover:border-accent-primary focus:border-accent-primary"
23
+ class =" w-full p-3 text-xl border border-solid rounded-md outline-none bg-main newsletter-form-input c-border-color hover:border-accent-primary focus:border-accent-primary"
24
24
>
25
25
</label >
26
26
<slot name =" button" >
Original file line number Diff line number Diff line change 18
18
<button
19
19
slot =" button"
20
20
type =" submit"
21
- class =" flex items-center justify-center w-12 px-2 ml-2"
21
+ class =" flex items-center self-end justify-center w-12 px-2 py-4 ml-2"
22
+ :aria-label =" $themeLocaleConfig.newsletter.textButton"
22
23
>
23
- <span class =" sr-only" >{{ $themeLocaleConfig.newsletter.textButton }}</span >
24
24
<vp-icon
25
25
name =" send"
26
26
size =" 30"
You can’t perform that action at this time.
0 commit comments