feat(repository): improve readability of RepositoryTreeView by making last commit less bold
+ 5
- 3
@@ -1,5 +1,5 @@
 {
-  "_generatedAtUnix": 1664674376959,
+  "_generatedAtUnix": 1664675896547,
   "_hashAlgorithm": "sha1",
   "_version": 2,
   "islands": {

...
@@ -52,7 +52,7 @@
       "pathSourceMap": "./public/.islands/RepositoryInitialSetup.bundle.js.map"
     },
     "RepositoryTreeView": {
-      "hash": "0783352b79112628fa5ae178f3021fb178da4cb7",
+      "hash": "e24e8010ea369fd5a32e8658cef413cf4e65fc46",
       "pathSource": "./app/islands/RepositoryTreeView.tsx",
       "pathBundle": "./public/.islands/RepositoryTreeView.bundle.js",
       "pathSourceMap": "./public/.islands/RepositoryTreeView.bundle.js.map"

app/islands/RepositoryTreeView.tsx
@@ -161,7 +161,9 @@ const RepositoryTreeView: ReactIsland<
                       href={`/${orgSlug}/${repoSlug}/show/${file.lastCommit.commit}`}
                       title={file.lastCommit.subject}
                     >
-                      <span style={{ flex: 1 }}>
+                      <span
+                        style={{ flex: 1, opacity: 0.77, fontWeight: "normal" }}
+                      >
                         <TextEllipsis>{file.lastCommit.subject}</TextEllipsis>
                       </span>
                       <span style={{ marginLeft: 16 }}>