File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
122122 <CFormInput type="password" id="inputPassword2" placeholder="Password"/>
123123 </div >
124124 <div class =" col-auto " >
125- <CButton type="submit" class="mb-3">Confirm identity</CButton>
125+ <CButton type="submit" color="primary" class="mb-3">Confirm identity</CButton>
126126 </div >
127127</CForm >
128128:::
@@ -137,7 +137,7 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
137137 <CFormInput type="password" id="inputPassword2" placeholder="Password"/>
138138 </div>
139139 <div class="col-auto">
140- <CButton type="submit" class="mb-3">Confirm identity</CButton>
140+ <CButton type="submit" color="primary" class="mb-3">Confirm identity</CButton>
141141 </div>
142142</CForm>
143143```
You can’t perform that action at this time.
0 commit comments