@rogieking/figui3 2.1.2 → 2.1.3
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/components.css +2 -2
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
--figma-elevation-100: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.5),
|
|
327
327
|
0px 0.75px 0px 0px rgba(255, 255, 255, 0.1) inset,
|
|
328
328
|
0px 1px 3px 0px rgba(0, 0, 0, 0.4);
|
|
329
|
-
--figma-elevation-200:
|
|
329
|
+
--figma-elevation-200: 0px 3px 8px rgba(0, 0, 0, 0.35),
|
|
330
330
|
0px 1px 3px rgba(0, 0, 0, 0.5),
|
|
331
331
|
inset 0px 0.5px 0px rgba(255, 255, 255, 0.08),
|
|
332
332
|
inset 0px 0px 0.5px rgba(255, 255, 255, 0.3);
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
--figma-elevation-100: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.5),
|
|
349
349
|
0px 0.75px 0px 0px rgba(255, 255, 255, 0.1) inset,
|
|
350
350
|
0px 1px 3px 0px rgba(0, 0, 0, 0.4);
|
|
351
|
-
--figma-elevation-200:
|
|
351
|
+
--figma-elevation-200: 0px 3px 8px rgba(0, 0, 0, 0.35),
|
|
352
352
|
0px 1px 3px rgba(0, 0, 0, 0.5),
|
|
353
353
|
inset 0px 0.5px 0px rgba(255, 255, 255, 0.08),
|
|
354
354
|
inset 0px 0px 0.5px rgba(255, 255, 255, 0.3);
|