Skip to content

Commit

Permalink
Chores: Reconsidered logo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0is1 committed Oct 16, 2024
1 parent 0daeb8c commit b840e54
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"displayName": "Lissen",
"version": "0.1.5",
"orientation": "portrait",
"icon": "./assets/icon.png",
"displayLogo": "./assets/icon.png",
"icon": "./assets/icons8-musical-dotted/icons8-musical-100.png",
"displayLogo": "./assets/icons8-musical-dotted/icons8-musical-100.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
Expand All @@ -23,7 +23,7 @@
"package": "com.lissenmobile"
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/icons8-musical-dotted-favicons/web/icons8-musical-dotted-32.png"
},
"runtimeVersion": {
"policy": "appVersion"
Expand Down
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/screens/DashboardScreen/components/CenterHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const CenterHeader = () => {
return (
<View style={styles.title}>
<Image
source={require("../../../../assets/icon.png")}
source={require("../../../../assets/icons8-musical-dotted/icons8-musical-100.png")}
style={styles.icon}
/>
<Text style={[styles.text]}>
Expand All @@ -29,13 +29,13 @@ const styles = StyleSheet.create({
minWidth: "100%",
},
icon: {
width: 30,
height: 30,
marginRight: 8,
width: 35,
height: 35,
marginHorizontal: 2,
},
text: {
fontSize: 22,
fontSize: 24,
fontFamily: fonts.poppinsSecondary,
color: colors.categoryColorPrimary
color: colors.categoryColorPrimary,
},
});

0 comments on commit b840e54

Please sign in to comment.