@industry-theme/github-panels 0.4.1 → 0.4.2
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
|
@@ -1702,7 +1702,7 @@ const GitHubRepositoryCard = ({
|
|
|
1702
1702
|
alignItems: "flex-start",
|
|
1703
1703
|
gap: "12px",
|
|
1704
1704
|
padding: "12px",
|
|
1705
|
-
borderRadius:
|
|
1705
|
+
borderRadius: 0,
|
|
1706
1706
|
backgroundColor: isSelected ? `${theme2.colors.primary}15` : isHovered ? theme2.colors.backgroundTertiary : "transparent",
|
|
1707
1707
|
border: `1px solid ${isSelected ? theme2.colors.primary : "transparent"}`,
|
|
1708
1708
|
cursor: isInCollection ? "not-allowed" : isDragging ? "grabbing" : onSelect ? "grab" : "default",
|
|
@@ -54497,7 +54497,7 @@ const ProfilePanelContent = ({
|
|
|
54497
54497
|
alignItems: "center",
|
|
54498
54498
|
gap: "8px",
|
|
54499
54499
|
padding: "12px 16px",
|
|
54500
|
-
borderRadius:
|
|
54500
|
+
borderRadius: 0,
|
|
54501
54501
|
border: `1px solid ${theme2.colors.border}`,
|
|
54502
54502
|
backgroundColor: theme2.colors.backgroundSecondary
|
|
54503
54503
|
},
|