Skip to content

Commit

Permalink
fix: update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Aug 13, 2024
1 parent 3190dbe commit 5698427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/UI/ButtonReveal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,18 @@ const createStyles = (colors: any) =>
preCompletedContainerStyle: {
...StyleSheet.absoluteFillObject,
borderRadius: radius,
backgroundColor: colors.primary.default,
},
outerCircle: {
...StyleSheet.absoluteFillObject,
borderRadius: radius,
backgroundColor: colors.primary.inverse,
},
innerCircle: {
flex: 1,
borderRadius: radius - strokeWidth,
margin: strokeWidth,
backgroundColor: colors.primary.default,
},
label: {
color: colors.primary.inverse,
Expand Down Expand Up @@ -270,6 +273,7 @@ const ButtonReveal = ({ onLongPress, label }: Props) => {
cx={radius}
cy={radius}
r={innerRadius}
stroke={colors.primary.alternative}
strokeWidth={strokeWidth}
strokeLinecap={'round'}
fill={colors.primary.inverse}
Expand Down

0 comments on commit 5698427

Please sign in to comment.