Update WatchOnlyWarning.tsx

This commit is contained in:
Marcos Rodriguez Vélez 2024-06-30 18:25:47 -04:00 committed by GitHub
parent e0b90221e1
commit 3aeeb08644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const WatchOnlyWarning: React.FC<Props> = ({ handleDismiss, isLoading }) => {
const styles = StyleSheet.create({
container: {
backgroundColor: '#ff4c4c',
backgroundColor: '#fc990e',
padding: 16,
margin: 16,
borderRadius: 8,