Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Oct 11, 2023
1 parent de3ee52 commit 340147c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions components/Common/AvatarGroup/Avatar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
justify-center
rounded-full
border-2
border-white
bg-neutral-100
border-white
bg-neutral-100
text-xs
text-neutral-800
dark:border-neutral-950
dark:bg-neutral-900
dark:text-neutral-300;
text-neutral-800
dark:border-neutral-950
dark:bg-neutral-900
dark:text-neutral-300;
}

.avatarRoot {
Expand Down
4 changes: 2 additions & 2 deletions components/Common/AvatarGroup/index.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.avatarGroup {
@apply flex
items-center
overflow-x-scroll;
items-center
overflow-x-scroll;
}

0 comments on commit 340147c

Please sign in to comment.