Skip to content

Commit

Permalink
chore: remove unused css class
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Nov 17, 2022
1 parent 816b8cb commit 65f3893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/BaseBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const showBanner = useLocalStorage(keyName.value, true)
</base-banner>
-->
<div v-if="!reader.isActive && showBanner" class="dark:bg-gray-900">
<div class="relative bg-sky-400/10">
<div class="bg-sky-400/10">
<div class="mx-auto max-w-7xl py-3 px-3 sm:px-6 lg:px-8">
<div class="pr-16 sm:px-16 sm:text-center">
<p class="text-sm font-medium text-sky-600 dark:text-sky-400">
Expand Down

0 comments on commit 65f3893

Please sign in to comment.