@loafmarkets/ui 0.1.128 → 0.1.130
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/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12353,6 +12353,9 @@ var PositionsRow = styled25__default.default.div`
|
|
|
12353
12353
|
padding: 0.5rem 0.5rem;
|
|
12354
12354
|
min-height: 2.6rem;
|
|
12355
12355
|
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
|
|
12356
|
+
border-radius: 4px;
|
|
12357
|
+
transition: background 0.15s ease;
|
|
12358
|
+
&:hover { background: rgba(255, 255, 255, 0.04); }
|
|
12356
12359
|
&:last-child { border-bottom: none; }
|
|
12357
12360
|
`;
|
|
12358
12361
|
var PositionsCell = styled25__default.default.div`
|