Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
update audius icon (#2345)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Dec 5, 2022
1 parent e7294dc commit cb54bf4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
14 changes: 3 additions & 11 deletions packages/mobile/src/assets/images/audiusLogoHorizontal.svg
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.
2 changes: 1 addition & 1 deletion packages/mobile/src/components/now-playing-drawer/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { StyleSheet, Animated } from 'react-native'

import AudiusLogoHorizontal from 'app/assets/images/audiusLogoHorizontal.svg'
import AudiusLogoHorizontal from 'app/assets/images/audiusLogoHorizontalDeprecated.svg'
import { useThemeColors } from 'app/utils/theme'

import { NOW_PLAYING_HEIGHT } from './constants'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const ShareToStorySticker = ({
>
{messages.nowPlayingOn}
</Text>
<AudiusLogo fill={neutralLight2} height={24} width={115} />
<AudiusLogo fill={neutralLight2} height={22} width={105} />
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CardStyleInterpolators } from '@react-navigation/stack'
import { Text, View } from 'react-native'
import { useDispatch } from 'react-redux'

import AudiusLogo from 'app/assets/images/audiusLogoHorizontal.svg'
import AudiusLogo from 'app/assets/images/audiusLogoHorizontalDeprecated.svg'
import IconCaretRight from 'app/assets/images/iconCaretRight.svg'
import IconSearch from 'app/assets/images/iconSearch.svg'
import { IconButton } from 'app/components/core'
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/src/screens/signon/SignupHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { StyleSheet, View } from 'react-native'

import HeaderLogo from 'app/assets/images/audiusLogoHorizontal.svg'
import HeaderLogo from 'app/assets/images/audiusLogoHorizontalDeprecated.svg'

const styles = StyleSheet.create({
header: {
Expand Down

0 comments on commit cb54bf4

Please sign in to comment.