Skip to content

Commit

Permalink
backgroundColor updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kurucaner committed Feb 19, 2025
1 parent f074b3d commit b93fa6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooth-push",
"version": "1.5.10",
"version": "1.5.12",
"author": "CK",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const styles = StyleSheet.create({
},
blurContainer: {
flex: 1,
backgroundColor: "rgba(255, 255, 255, 0.95)",
backgroundColor: "rgb(255, 255, 255)",
borderRadius: 10,
padding: 10,
shadowColor: "#000",
Expand Down

0 comments on commit b93fa6f

Please sign in to comment.