Revize d0870262
Přidáno uživatelem Fantič před více než 1 rok
src/components/item/ItemTabBar.tsx | ||
---|---|---|
91 | 91 |
{concordances?.[i]?.id} |
92 | 92 |
</Text> |
93 | 93 |
</HStack> |
94 |
{i == index && <Divider color="primary" borderWidth={2} borderRadius={5} width={115} mt={1.5} />}
|
|
94 |
{i == index && <Divider color="primary" borderWidth={2} borderRadius={5} width={105} mt={1.5} />}
|
|
95 | 95 |
</VStack> |
96 | 96 |
|
97 | 97 |
</Pressable> |
... | ... | |
109 | 109 |
{concordances?.[0]?.id} |
110 | 110 |
</Text> |
111 | 111 |
</HStack> |
112 |
{0 == 0 && <Divider color="#654B07" borderWidth={2} borderRadius={5} width={115} mt={1.5} />}
|
|
112 |
{0 == 0 && <Divider color="#654B07" borderWidth={2} borderRadius={5} width={105} mt={1.5} />}
|
|
113 | 113 |
</VStack> |
114 | 114 |
|
115 | 115 |
</Pressable> |
Také k dispozici: Unified diff
re #10917: ItemView design fix