Skip to content

Commit

Permalink
add darkmode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Jan 27, 2024
1 parent 0ac518f commit ad7b060
Show file tree
Hide file tree
Showing 20 changed files with 146 additions and 146 deletions.
2 changes: 1 addition & 1 deletion apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
scheme: "digitalbreak",
userInterfaceStyle: "automatic",
splash: {
image: "./assets/images/splash.png",
image: "./assets/images/digital-break-hourglass-icon.png",
resizeMode: "contain",
backgroundColor: "#ffffff",
},
Expand Down
4 changes: 2 additions & 2 deletions apps/expo/app/settings/app-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const AppIcon = () => {
hoverTheme
pressTheme
icon={
<View backgroundColor="$gray5" borderRadius={"$3"} padding="$2">
<Image source={icon.source} style={{ width: 36, height: 36 }} borderRadius={"$3"} />
<View backgroundColor="$gray5" borderRadius={6} padding="$2">
<Image source={icon.source} style={{ width: 36, height: 36, borderRadius: 6 }} />
</View>
}
onPress={() => {
Expand Down
Binary file modified apps/expo/assets/images/dark.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 modified apps/expo/assets/images/light.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 removed apps/expo/assets/images/splash.png
Binary file not shown.
286 changes: 143 additions & 143 deletions apps/expo/ios/digitalbreak.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file modified apps/expo/ios/digitalbreak/DynamicAppIcons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/expo/ios/digitalbreak/DynamicAppIcons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/expo/ios/digitalbreak/DynamicAppIcons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/expo/ios/digitalbreak/DynamicAppIcons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file added public/design/digital-break-logo-dark.tif
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit ad7b060

Please sign in to comment.