Skip to content

Commit

Permalink
fix: set a background color or apply the shadow to a more specific co…
Browse files Browse the repository at this point in the history
…mponent
  • Loading branch information
kdn0325 committed Jul 31, 2024
1 parent f144115 commit a2e1be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function OutlinedText({

const styles = StyleSheet.create({
paragraph: {
backgroundColor: 'transparent',
textShadowOffset: {
width: 1,
height: 1,
Expand Down

0 comments on commit a2e1be5

Please sign in to comment.