Reduce border radius to 20px
Seto Elkahfi committed
Aug 8, 2023 at 11:56 UTC
fe5690543684f316948549d8465a874380d56cbe
1 file changed
+1
-1
src/components/Main.tsx
+1
-1
@@ -13,7 +13,7 @@ const mainStyle = {
13
};
14
15
const contentStyle = {
16
- borderRadius: '100px!important',
16
+ borderRadius: '20px!important',
17
backgroundColor: 'rgba(52, 52, 52, 0.6)'
18
}
19