Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/ui-components/src/Common/Select/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
.select {
@apply inline-flex
flex-col
gap-1.5;
gap-1.5
align-middle;

.label {
@apply block
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-components/src/Common/Skeleton/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
@apply outline-hidden
dark:animate-pulse-dark
pointer-events-none
inline-flex
animate-pulse
cursor-default
select-none
rounded-md
border-none
bg-clip-border
align-middle
text-transparent
shadow-none;
}
Expand Down
Loading