rbro-tat-uds 1.4.9 → 1.4.11
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.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3051,7 +3051,7 @@ const e7 = b.button`
|
|
3051
3051
|
{
|
3052
3052
|
style: { marginTop: "2px" },
|
3053
3053
|
icon: p,
|
3054
|
-
color:
|
3054
|
+
color: t.gray_500,
|
3055
3055
|
size: 20
|
3056
3056
|
}
|
3057
3057
|
)
|
@@ -10502,8 +10502,8 @@ const Pt = b.svg`
|
|
10502
10502
|
cursor: pointer;
|
10503
10503
|
padding: 12px 16px;
|
10504
10504
|
min-height: ${({ $line1Text: e }) => e && e.length ? "79px" : "60px"};
|
10505
|
-
height: auto;
|
10506
10505
|
display: flex;
|
10506
|
+
height: auto;
|
10507
10507
|
flex-direction: column;
|
10508
10508
|
gap: 4px;
|
10509
10509
|
border-bottom: 1px solid ${t.gray_100};
|
@@ -10516,7 +10516,7 @@ const Pt = b.svg`
|
|
10516
10516
|
& > div:nth-child(1) {
|
10517
10517
|
display: flex;
|
10518
10518
|
justify-content: space-between;
|
10519
|
-
align-items:
|
10519
|
+
align-items: flex-start;
|
10520
10520
|
gap: 2px;
|
10521
10521
|
|
10522
10522
|
& > span:nth-child(1) {
|