File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h3 class="text-2xl mb-6">Colors</h3>
66 < span class ="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray "> #f7768e</ span >
77 </ div >
88 < div class ="h-32 bg-eh-orange rounded-lg p-2 flex items-end ">
9- < span class ="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray "> #ffbf7a </ span >
9+ < span class ="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray "> #ffd9af </ span >
1010 </ div >
1111 < div class ="h-32 bg-eh-yellow rounded-lg p-2 flex items-end ">
1212 < span class ="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray "> #fffa9e</ span >
Original file line number Diff line number Diff line change 11const colors = {
22 red : '#f7768e' ,
3- orange : '#ffbf7a ' ,
3+ orange : '#ffd9af ' ,
44 yellow : '#fffa9e' ,
55 green : '#34febb' ,
66 cyan : '#4ff2f8' ,
You can’t perform that action at this time.
0 commit comments