Skip to content

Commit

Permalink
Remove border radius from image, fix border color around pencil icon
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Feb 27, 2024
1 parent e0ebab6 commit 63e2cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function WorkspaceProfilePage({policy, currencyList = {}, route}: WorkSpaceProfi
title=""
>
<Image
style={StyleSheet.flatten([styles.br4, styles.wAuto, styles.h68, imageStyle])}
style={StyleSheet.flatten([styles.wAuto, styles.h68, imageStyle])}
source={isDarkTheme ? WorkspaceProfile : WorkspaceProfileLight}
resizeMode="cover"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3068,7 +3068,7 @@ const styles = (theme: ThemeColors) =>
smallEditIcon: {
alignItems: 'center',
backgroundColor: theme.buttonDefaultBG,
borderColor: theme.appBG,
borderColor: theme.buttonDefaultBG,
borderRadius: 20,
borderWidth: 3,
color: theme.textReversed,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default {
updateAnimationH: 240,
updateTextViewContainerWidth: 310,
updateViewHeaderHeight: 70,
workspaceProfileName: 20,
workspaceProfileName: 22,

mushroomTopHatWidth: 138,
mushroomTopHatHeight: 128,
Expand Down

0 comments on commit 63e2cf4

Please sign in to comment.