mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Center select arrow
This commit is contained in:
parent
65b0b22b01
commit
0be1bf4f15
@ -46,6 +46,7 @@ export const Select = ({
|
||||
values: string[];
|
||||
getLabel: (key: string) => string;
|
||||
}) => {
|
||||
const { css: wCss } = useYoshiki();
|
||||
const { css } = useNativeYoshiki();
|
||||
|
||||
return (
|
||||
@ -77,7 +78,7 @@ export const Select = ({
|
||||
})}
|
||||
>
|
||||
<P {...css({ textAlign: "center" }, "text")}>{<RSelect.Value />}</P>
|
||||
<RSelect.Icon>
|
||||
<RSelect.Icon {...wCss({ display: "flex", justifyContent: "center" })}>
|
||||
<Icon icon={ExpandMore} />
|
||||
</RSelect.Icon>
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user