@m4l/styles 7.1.50 → 7.1.51
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/index.js +1 -1
- package/package.json +1 -1
- package/utils/getPaletteByPreset.d.ts +1 -1
package/index.js
CHANGED
|
@@ -4267,7 +4267,7 @@ const ue = (u, s) => s?.[u]?.main || u, G = {
|
|
|
4267
4267
|
neutral: e.onyx[80],
|
|
4268
4268
|
surface: e.onyx[90],
|
|
4269
4269
|
hover: B.hover,
|
|
4270
|
-
backdrop:
|
|
4270
|
+
backdrop: "#0a0a0ab8",
|
|
4271
4271
|
base: e.onyx[70],
|
|
4272
4272
|
blur: a.onyx[60],
|
|
4273
4273
|
contrastDefault: e.marbleLight[70],
|
package/package.json
CHANGED
|
@@ -271,7 +271,7 @@ export declare const getPaletteByPreset: (themeUserColor: ThemeUserColor | undef
|
|
|
271
271
|
readonly neutral: string;
|
|
272
272
|
readonly surface: string;
|
|
273
273
|
readonly hover: string;
|
|
274
|
-
readonly backdrop:
|
|
274
|
+
readonly backdrop: "#0a0a0ab8";
|
|
275
275
|
readonly base: string;
|
|
276
276
|
readonly blur: string;
|
|
277
277
|
readonly contrastDefault: string;
|