From 8045cdbb874ce865c524b4abbb0c7fefe9a7c3d0 Mon Sep 17 00:00:00 2001 From: IDROUSS Date: Fri, 15 Oct 2021 14:50:55 +0200 Subject: [PATCH 1/3] first try --- src/pages/Calculator/Calculator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Calculator/Calculator.tsx b/src/pages/Calculator/Calculator.tsx index c22bd471..60698714 100644 --- a/src/pages/Calculator/Calculator.tsx +++ b/src/pages/Calculator/Calculator.tsx @@ -153,7 +153,7 @@ const styles = (theme: CustomTheme): Record => ({ maxWidth: "80%", margin: "auto", zIndex: 300, - background: "white", + background: "yellow", borderRadius: 40, boxShadow: "0px 6px 30px #00000033", padding: 20, From 83dea0e684d4bbc3514592bdc13226ebb3353145 Mon Sep 17 00:00:00 2001 From: IDROUSS Date: Fri, 15 Oct 2021 15:03:19 +0200 Subject: [PATCH 2/3] -a --- src/pages/Calculator/Calculator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Calculator/Calculator.tsx b/src/pages/Calculator/Calculator.tsx index 60698714..c22bd471 100644 --- a/src/pages/Calculator/Calculator.tsx +++ b/src/pages/Calculator/Calculator.tsx @@ -153,7 +153,7 @@ const styles = (theme: CustomTheme): Record => ({ maxWidth: "80%", margin: "auto", zIndex: 300, - background: "yellow", + background: "white", borderRadius: 40, boxShadow: "0px 6px 30px #00000033", padding: 20, From 2e419f6d917c3b1e47b0dcd0456e17e5bc497985 Mon Sep 17 00:00:00 2001 From: IDROUSS Date: Fri, 15 Oct 2021 15:07:32 +0200 Subject: [PATCH 3/3] background --- src/pages/Calculator/Calculator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Calculator/Calculator.tsx b/src/pages/Calculator/Calculator.tsx index c22bd471..60698714 100644 --- a/src/pages/Calculator/Calculator.tsx +++ b/src/pages/Calculator/Calculator.tsx @@ -153,7 +153,7 @@ const styles = (theme: CustomTheme): Record => ({ maxWidth: "80%", margin: "auto", zIndex: 300, - background: "white", + background: "yellow", borderRadius: 40, boxShadow: "0px 6px 30px #00000033", padding: 20,