Skip to content

Commit

Permalink
docs: fix qwik background colors (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaribojoc committed Nov 30, 2023
1 parent 14bdc0e commit 43fa0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hideBreadcrumbs: true
Install for React
<iconify-icon icon="mingcute:arrow-right-fill" height="14px" class="ml-1"/>
</RouterLink>
<a href="https://qwik-storefront-ui.pages.dev" target="_blank" rel="noopener" class=" px-4 py-2 rounded-lg font-medium bg-[#ac7ef4] ml-2 text-white text-opacity-80 flex items-center filter hover:brightness-110 transition-all">
<a href="https://qwik-storefront-ui.pages.dev" target="_blank" rel="noopener" class=" px-4 py-2 rounded-lg font-medium bg-qwik ml-2 text-white flex items-center filter hover:brightness-110 transition-all">
Qwik (beta)
<iconify-icon icon="mingcute:arrow-right-fill" height="14px" class="ml-1"/>
</a>
Expand Down
3 changes: 3 additions & 0 deletions apps/docs/components/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module.exports = {
react: {
DEFAULT: '#61DBFB',
},
qwik: {
DEFAULT: '#AC7EF4',
},
green: {
DEFAULT: '#00C652',
50: '#7FFFB4',
Expand Down

0 comments on commit 43fa0c8

Please sign in to comment.