Skip to content

Commit

Permalink
Merge pull request #1 from kdn0325/bugfix/set-a-background-color-or-a…
Browse files Browse the repository at this point in the history
…pply-the-shadow-to-a-more-specific-component

fix: set a background color or apply the shadow to a more specific co…
  • Loading branch information
kdn0325 authored Jul 31, 2024
2 parents f144115 + a2e1be5 commit f7d9526
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 f7d9526

Please sign in to comment.