@rufous/ui 0.2.79 → 0.2.81
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/main.cjs +966 -917
- package/dist/main.css +1 -1
- package/dist/main.js +976 -927
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1059,7 +1059,7 @@ pre {
|
|
|
1059
1059
|
right: 0;
|
|
1060
1060
|
background: var(--surface-color, #fff);
|
|
1061
1061
|
border: 1px solid var(--border-color, #ccc);
|
|
1062
|
-
border-radius:
|
|
1062
|
+
border-radius: 10px;
|
|
1063
1063
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
1064
1064
|
z-index: 1000;
|
|
1065
1065
|
max-height: 250px;
|