Explorar o código

refactor recent changes styke

yuken %!s(int64=3) %!d(string=hai) anos
pai
achega
bb91f84f80

+ 1 - 1
packages/app/src/components/Sidebar/RecentChanges.tsx

@@ -84,7 +84,7 @@ const LargePageItem = memo(({ page }: PageItemProps): JSX.Element => {
             <PagePathHierarchicalLink linkedPagePath={linkedPagePathLatter} basePath={dPagePath.isRoot ? undefined : dPagePath.former} />
             {locked}
           </h5>
-          <div className={`grw-tag-labels ${TagLabelsStyles['grw-tag-labels']} mt-1 mb-2`}>
+          <div className="grw-tag-labels mt-1 mb-2">
             { tagElements }
           </div>
           <PageItemLower page={page} />

+ 2 - 0
packages/app/src/styles/_tag.scss

@@ -25,5 +25,7 @@
 .grw-recent-changes {
   .grw-tag-label {
     font-size: 10px;
+    font-weight: normal;
+    border-radius: bs.$border-radius;
   }
 }