croma-app / huehive-mobile-app

[HueHive] : An open source react native app for web, iOS and android for color palette management
https://play.google.com/store/apps/details?id=app.croma
MIT License
60 stars 21 forks source link

Navigation menu overlap #168

Closed MurtazaKafka closed 1 year ago

MurtazaKafka commented 1 year ago

In mobile screens the padding between different social media icons have to change as there is it is currently overlapping. To solve that issue,

` headerRight: () => Platform.OS === "web" ? ( <View style={{ flexDirection: "row" }}> <Touchable style={{ padding: "5px", marginRight: "10px" }} onPress={() => { Linking.openURL("https://discord.gg/ZSBVsBqDtg"); }}

`

to

`headerRight: () => Platform.OS === "web" ? ( <View style={{ flexDirection: "row" }}> <Touchable style={{ padding: "5px", marginRight: "14px" }} onPress={() => { Linking.openURL("https://discord.gg/ZSBVsBqDtg"); }}

`

kamalkishor1991 commented 1 year ago

@MurtazaKafka thanks for the PR. something isn't right in the PR. Are you fixing in the web branch or master? I think you should create the PR against web branch.

kamalkishor1991 commented 1 year ago

Closing because of lack of activity. This is also not required anymore as the website is build in a different repo https://huehive.co