Skip to content

Commit 04bbee5

Browse files
committed
docs: update documentation
1 parent b502b26 commit 04bbee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/forms/form-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)