File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const medium =
1313
1414export const variants = {
1515 small :
16- "text-[0.6rem] font-medium min-w-[17px] rounded-[2px] tabular-nums px-1 ml-1 -mr-0.5 flex items-center gap-x-1 border border-dimmed/40 text-text-dimmed group-hover:text-text-bright/80 group-hover:border-dimmed/60 transition uppercase" ,
17- medium,
16+ "text-[0.6rem] font-medium min-w-[17px] rounded-[2px] tabular-nums px-1 ml-1 -mr-0.5 flex items-center gap-x-1 border border-text- dimmed/40 text-text-dimmed group-hover:text-text-bright/80 group-hover:border-text -dimmed/60 transition uppercase" ,
17+ medium : cn ( medium , "group-hover:border-charcoal-550" ) ,
1818 "medium/bright" : cn ( medium , "bg-charcoal-750 text-text-bright border-charcoal-650" ) ,
1919} ;
2020
You can’t perform that action at this time.
0 commit comments