Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from chevillardanael/patch-7
Browse files Browse the repository at this point in the history
Update color.md
  • Loading branch information
tom-theret authored Mar 17, 2024
2 parents 5507893 + 3e2b62e commit dacaedd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/design/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,20 +193,18 @@ Les calques de transparence sont utilisés pour une monochromie des couleurs. Il
<div class="card">
<div
class="color_preview"
style="background-color: #0B0B0C"
style="background-color: #000000"
></div>
<h3>Fond primaire</h3>
<p>#000000</p>
<p>UIColors.background</p>
</div>
<div class="card">
<div
class="color_preview"
style="background-color: #161618"
style="background-color: #F00304"
></div>
<h3>Couleur secondaire</h3>
<p>#F00304</p>
<p>UIColors.modalBackground</p>
</div>
</div>

Expand Down

0 comments on commit dacaedd

Please sign in to comment.