Skip to content

Commit

Permalink
refactor: adjust org-card link cardset bg color (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift authored Apr 2, 2024
1 parent fe4d3ac commit f4ecdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/info-tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const InfoTag = ({ tag, compact }: Props) => {
const DEFAULT_CLASSNAME =
'flex h-6 shrink-0 items-center gap-x-2 rounded-[4px] py-1 pr-2 lg:rounded-md';
const LINK_CLASSNAME =
'bg-darker-gray cursor-pointer hover:bg-dark-gray duration-300 transition-all px-2';
'bg-white/10 hover:bg-white/40 cursor-pointer duration-300 transition-all px-2';
const COMPACT_CLASSNAME = 'h-10 sm:h-12 lg:h-6';

export const InfoTagSkeleton = ({ compact }: Pick<Props, 'compact'>) => {
Expand Down

0 comments on commit f4ecdcf

Please sign in to comment.