1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

change brand color (#1916)

* change brand color

* update illustrations in new brand color

* icons fixes

* build test

* build test
This commit is contained in:
Paweł Kuna
2024-07-05 19:05:29 +02:00
committed by GitHub
parent 3d7e35cc51
commit dbe8011cd9
123 changed files with 27 additions and 21 deletions

View File

@@ -173,7 +173,7 @@ Add an color picker to your form to let users customise it according to their pr
```html example code centered
<div class="mb-3">
<label class="form-label">Color picker</label>
<input type="color" class="form-control form-control-color" value="#0054a6" title="Choose your color">
<input type="color" class="form-control form-control-color" value="#066fd1" title="Choose your color">
</div>
```