bluejoyq

color change

......@@ -13,8 +13,8 @@ npm-debug.*
*.orig.*
web-build/
web-report/
*/.expo/*
*/.expo-shared/*
*/.expo
*/.expo-shared
# macOS
.DS_Store
\ No newline at end of file
......
......@@ -2,8 +2,8 @@
"devToolsPort": 19002,
"expoServerPort": 19000,
"packagerPort": 19001,
"packagerPid": 27784,
"packagerPid": 22340,
"expoServerNgrokUrl": "https://ru-c66.bluejoy.searchguide.exp.direct",
"packagerNgrokUrl": "https://packager.ru-c66.bluejoy.searchguide.exp.direct",
"ngrokPid": 16708
"ngrokPid": 26496
}
......
{
"hostType": "tunnel",
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
......
......@@ -5,7 +5,7 @@
"privacy": "public",
"sdkVersion": "35.0.0",
"androidStatusBar": {
"backgroundColor": "#06182d"
"backgroundColor": "#2C658E"
},
"platforms": [
"ios",
......
......@@ -33,7 +33,7 @@ const SearchCard = (props) => (
</Card.Content>
<Card.Actions style={{flexDirection:'row', justifyContent:'space-between'}}>
<Text style={{marginTop:7, marginLeft: 10,fontStyle:'italic'}}>정확도 : {props.metric}%</Text>
<Button mode='contained' color= {BUTTON} labelStyle={{color:WHITE_MAIN}} onPress={()=>{Linking.openURL(props.url)}}>
<Button mode='contained' color= {LIGHT_MAIN} labelStyle={{color:WHITE_MAIN}} onPress={()=>{Linking.openURL(props.url)}}>
자세히보기
</Button>
</Card.Actions>
......