Skip to content

Commit

Permalink
#139 update project icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Jul 28, 2024
1 parent aafd404 commit 2323d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/ui/layout-sidebar/layout-sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const generateRadialGradient = (input: string) =>
.layout-sidebar__project {
@apply text-2xs font-semibold uppercase;
@apply h-6 md:h-8 w-7 md:w-8 rounded-lg;
@apply flex items-center justify-center relative;
@apply flex items-center justify-center relative flex-shrink-0;
@apply text-white dark:text-black;
}
Expand Down

0 comments on commit 2323d91

Please sign in to comment.