diff --git a/native/chat/settings/color-selector-modal.react.js b/native/chat/settings/color-selector-modal.react.js
--- a/native/chat/settings/color-selector-modal.react.js
+++ b/native/chat/settings/color-selector-modal.react.js
@@ -151,9 +151,7 @@
   },
   colorSelectorContainer: {
     backgroundColor: 'modalBackground',
-    borderColor: 'modalForegroundBorder',
     borderRadius: 5,
-    borderWidth: 2,
     flex: 0,
     marginHorizontal: 15,
     marginVertical: 20,
diff --git a/native/components/modal.react.js b/native/components/modal.react.js
--- a/native/components/modal.react.js
+++ b/native/components/modal.react.js
@@ -48,6 +48,8 @@
   },
   modal: {
     backgroundColor: 'modalBackground',
+    borderColor: 'modalForegroundBorder',
+    borderWidth: 2,
     borderRadius: 5,
     flex: 1,
     justifyContent: 'center',