Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AjayLiu/GratiCat
Browse files Browse the repository at this point in the history
merging app
  • Loading branch information
isaiahgarcia committed May 14, 2023
2 parents 86cfe72 + 4ca87d5 commit 0e07bb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/SelfPostModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
} from "react-native";

import { SelfPost } from "src/types";
import { AuthErrorCode } from "@firebase/auth/dist/rn/src/core/errors";

interface Props {
forceLock: boolean;
Expand Down Expand Up @@ -125,7 +126,10 @@ const styles = StyleSheet.create({
},
button: {
borderRadius: 20,
padding: 2,
paddingTop: 5,
paddingBottom: 5,
paddingLeft: 8,
paddingRight: 5,
elevation: 2,
justifyContent: "center",
alignItems: "center",
Expand Down

0 comments on commit 0e07bb9

Please sign in to comment.