@industry-theme/git-panels 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/panels.bundle.js
CHANGED
|
@@ -647,7 +647,7 @@ const CommitCard = ({ commit, theme: theme2, isSelected, onClick }) => {
|
|
|
647
647
|
fontFamily: theme2.fonts.heading,
|
|
648
648
|
fontSize: theme2.fontSizes[2],
|
|
649
649
|
fontWeight: 600,
|
|
650
|
-
color:
|
|
650
|
+
color: theme2.colors.text,
|
|
651
651
|
lineHeight: 1.3,
|
|
652
652
|
wordBreak: "break-word",
|
|
653
653
|
transition: "color 0.15s ease"
|
|
@@ -45471,7 +45471,7 @@ const PullRequestCard = ({ pr, theme: theme2, isSelected, onClick }) => {
|
|
|
45471
45471
|
fontFamily: theme2.fonts.heading,
|
|
45472
45472
|
fontSize: theme2.fontSizes[2],
|
|
45473
45473
|
fontWeight: 600,
|
|
45474
|
-
color:
|
|
45474
|
+
color: theme2.colors.text,
|
|
45475
45475
|
lineHeight: 1.3,
|
|
45476
45476
|
wordBreak: "break-word",
|
|
45477
45477
|
transition: "color 0.15s ease"
|