Skip to content

Commit

Permalink
Merge pull request #4756 from SelenKockar/issue-4754
Browse files Browse the repository at this point in the history
Fix Preview Dark Mobile Responsive Issue
  • Loading branch information
tugcekucukoglu authored Nov 6, 2023
2 parents edb19d8 + a708884 commit dcba176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/uikit/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</a>
<a
href="https://www.figma.com/file/Br6Z9SxeYKGZWwKXUcUkGA/Preview-%7C-Dark-%7C-PrimeOne-%7C-2.1.1?type=design&node-id=806%3A36648&mode=design&t=GhlXi6oKNtsPtiS6-1"
class="p-5 w-6 bg-gray-900 flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
class="p-5 w-full md:w-6 bg-gray-900 flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
style="border-radius: 50px"
>
<span class="text-white text-4xl font-bold mb-5">Preview Dark</span>
Expand Down

0 comments on commit dcba176

Please sign in to comment.