From d2b6917d9bf6837ce50230e5c467c6e295753429 Mon Sep 17 00:00:00 2001 From: Dagonite Date: Tue, 19 Mar 2024 09:07:56 +0000 Subject: [PATCH] Add outline to buttons --- src/Instrument.styles.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Instrument.styles.tsx b/src/Instrument.styles.tsx index a03fa14..3d827ba 100644 --- a/src/Instrument.styles.tsx +++ b/src/Instrument.styles.tsx @@ -53,11 +53,11 @@ export const styles: Record = { marginRight: 20, }, button: { - marginBottom: 8, - fontWeight: 'bold', + marginBottom: 14, + outline: '1px solid white', }, secondButton: { - fontWeight: 'bold', + outline: '1px solid white', }, infoBox: { flex: '1.8',