From 245677ebfd1f162202990c18b5a8fa5504d4f31e Mon Sep 17 00:00:00 2001 From: seanj29 Date: Tue, 31 Oct 2023 18:10:56 +0000 Subject: [PATCH] Rounded off borders and adjusted margin --- Solutions/Day-04/random-colors/src/app/RandomColorDiv.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/Day-04/random-colors/src/app/RandomColorDiv.tsx b/Solutions/Day-04/random-colors/src/app/RandomColorDiv.tsx index 3b7b356..cfdace7 100644 --- a/Solutions/Day-04/random-colors/src/app/RandomColorDiv.tsx +++ b/Solutions/Day-04/random-colors/src/app/RandomColorDiv.tsx @@ -11,7 +11,7 @@ const hexaColor = () => { const RandomDiv = () => { return (
{hexaColor()}
) }