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
122
122
<CFormInput type="password" id="inputPassword2" placeholder="Password"/>
123
123
</div >
124
124
<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>
126
126
</div >
127
127
</CForm >
128
128
:::
@@ -137,7 +137,7 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
137
137
<CFormInput type="password" id="inputPassword2" placeholder="Password"/>
138
138
</div>
139
139
<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>
141
141
</div>
142
142
</CForm>
143
143
```
You can’t perform that action at this time.
0 commit comments