Skip to content

Commit

Permalink
BaseRowCardコンポーネントに影を付与
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed May 1, 2024
1 parent 6dc979d commit a397dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/base/BaseRowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ defineEmits<{
padding: vars.$padding-2;
gap: vars.$gap-2;
transition: background-color vars.$transition-duration;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.clickable:not(:disabled) {
Expand Down

0 comments on commit a397dfd

Please sign in to comment.