Bläddra i källkod

:lipstick: Styled buttons using waveui standards

tags/0.0.3^2
tomit4 3 år sedan
förälder
incheckning
f99948b00e

+ 1
- 1
frontend/src/components/onboarding/FormInput.vue Visa fil

@@ -19,7 +19,7 @@
19 19
     textarea(v-if='question.response_key_prompt == "blurb"' placeholder='My Origin Story starts off like this...' type='text' v-model='input' rows='4' cols='50')
20 20
     p(v-if='question.response_key_prompt == "image"') Hey, you're almost done!
21 21
         p Please provide an image of yourself so others can recognize you if you ever meet up IRL:
22
-        button(@click='submitImage') Upload Image
22
+        w-button.ma1.grow(@click='submitImage') Upload Image
23 23
     w-button.ma1.grow(@click='handleSubmit') NEXT
24 24
 </template>
25 25
 <script>

+ 2
- 3
frontend/src/views/SurveyCompleteView.vue Visa fil

@@ -15,9 +15,8 @@ main.view--surveycomplete
15 15
                 p {{ surveyObjects[index].response_key_prompt }}
16 16
                 p You Answered:  {{aspect}}
17 17
                 br
18
-        button(@click="changeAnswers") Change Answers
19
-        br
20
-        button(@click="finalSubmit") Submit Answers
18
+        w-button.ma1(@click="changeAnswers") Change Answers
19
+        w-button.ma1(@click="finalSubmit") Submit Answers
21 20
 </template>
22 21
 
23 22
 <script>

Laddar…
Avbryt
Spara