@loafmarkets/ui 0.1.121 → 0.1.122
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12330,7 +12330,7 @@ var Tab = styled25.button`
|
|
|
12330
12330
|
font-weight: 500;
|
|
12331
12331
|
white-space: nowrap;
|
|
12332
12332
|
flex-shrink: 0;
|
|
12333
|
-
color: ${({ $active }) => $active ? "#
|
|
12333
|
+
color: ${({ $active }) => $active ? "#E6C87E" : "rgba(255, 255, 255, 0.4)"};
|
|
12334
12334
|
cursor: pointer;
|
|
12335
12335
|
transition: color 0.15s;
|
|
12336
12336
|
position: relative;
|
|
@@ -12342,7 +12342,7 @@ var Tab = styled25.button`
|
|
|
12342
12342
|
left: 0;
|
|
12343
12343
|
right: 0;
|
|
12344
12344
|
height: 2px;
|
|
12345
|
-
background: ${({ $active }) => $active ? "#
|
|
12345
|
+
background: ${({ $active }) => $active ? "#E6C87E" : "transparent"};
|
|
12346
12346
|
border-radius: 1px;
|
|
12347
12347
|
transition: background 0.15s;
|
|
12348
12348
|
}
|