@cashub/ui 0.49.0-beta.6 → 0.49.0-beta.7
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.
|
Binary file
|
|
Binary file
|
package/iconbox/IconBox.js
CHANGED
|
@@ -95,7 +95,7 @@ const IconBox = _ref => {
|
|
|
95
95
|
});
|
|
96
96
|
};
|
|
97
97
|
|
|
98
|
-
/* ---------- image
|
|
98
|
+
/* ---------- image 模式(原始版式) ---------- */
|
|
99
99
|
|
|
100
100
|
const Wrapper = _styledComponents.default.div`
|
|
101
101
|
display: flex;
|
|
@@ -152,7 +152,7 @@ const AccentWrapper = _styledComponents.default.div`
|
|
|
152
152
|
} = _ref3;
|
|
153
153
|
if (mode === 'gradient') {
|
|
154
154
|
return `
|
|
155
|
-
background: linear-gradient(
|
|
155
|
+
background: linear-gradient(22deg, var(--color-background2) 0%, var(--color-background2) 40%, ${gradientEnd} 100%);
|
|
156
156
|
border: 2px solid ${borderColor};
|
|
157
157
|
`;
|
|
158
158
|
}
|