Skip to content

Commit

Permalink
Merge pull request #78 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Update style
  • Loading branch information
José Luis Pereira authored and GitHub committed May 31, 2023
2 parents 030d1a6 + b952894 commit 78e6e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="relative bg-header border-base-muted px-2 sm:px-4 py-2.5 border-b pl-4 pr-4 h-9 align-middle flex items-center bg-primary-color"
class="relative bg-header px-2 sm:px-4 py-2.5 shadow-sm shadow-base-muted pl-4 pr-4 h-9 align-middle flex items-center bg-primary-color"
>
<div
class="container flex flex-wrap justify-between items-center mx-auto font-medium text-secondary-content"
Expand Down
2 changes: 1 addition & 1 deletion src/components/VSkeleton.global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span
v-for="line in lines"
:key="line"
class="inline-block w-full rounded-sm bg-gray-100 leading-5"
class="inline-block w-full rounded-sm bg-base-muted leading-5"
>
&zwnj;
</span>
Expand Down

0 comments on commit 78e6e89

Please sign in to comment.