Skip to content

Commit

Permalink
Use font-weight: 500 for verify tab table header
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Jan 8, 2024
1 parent f3b34e7 commit aba7933
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/verify-tab/VerifyTabPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<tr class="text-center">
<th
colspan="2"
:class="{ 'bg-[#f8d7da] dark:bg-[#522b2a] dark:text-[#f8d7da]': !isVerified }"
:class="{
'bg-[#f8d7da] dark:bg-[#522b2a] dark:text-[#f8d7da] font-medium': !isVerified
}"
>
{{ verifyResult }}
</th>
Expand Down

0 comments on commit aba7933

Please sign in to comment.