Skip to content

Commit

Permalink
style(aside): beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 3, 2021
1 parent 3ed7431 commit d480bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/aside/AsideText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p class="mr-2 text-2xs lg:text-2xs xl:text-xs">{{ props.shortcuts }}</p>
<section
v-if="props.beta"
class="bg-gray-300 mr-2 dark:bg-gray-800 wb-text px-2 rounded-2xl"
class="bg-gray-300 text-3xs mr-2 dark:bg-gray-800 wb-text px-3 rounded-2xl"
>
BETA
</section>
Expand Down

0 comments on commit d480bdf

Please sign in to comment.