diff --git a/src/components/button/PlainButton.tsx b/src/components/button/PlainButton.tsx
index a4bee3fc2a06dab86129ebcf7a19f8003fe13c36..3a912e64792e790dfdb0e3d37ea60ccae8928f6b 100644
--- a/src/components/button/PlainButton.tsx
+++ b/src/components/button/PlainButton.tsx
@@ -19,8 +19,8 @@ const PlainButton = ({ text, desc, onPress, descText }: props) => {
@@ -49,11 +49,12 @@ const styles = StyleSheet.create({
button: {
width: "100%",
borderRadius: 8,
- elevation: 4,
flexDirection: "row",
justifyContent: "space-between",
alignItems: "center",
backgroundColor: Colors.background,
+ borderColor: Colors.form.active.border,
+ borderWidth: 1,
},
textContainter: {
flex: 1,
@@ -67,7 +68,7 @@ const styles = StyleSheet.create({
},
texts: {
fontWeight: "300",
- width: 307,
+ width: "100%",
fontSize: 16,
textAlign: "left",
textAlignVertical: "center",