diff --git a/src/App.css b/src/App.css index ef36a56..fe1fe22 100644 --- a/src/App.css +++ b/src/App.css @@ -11,7 +11,7 @@ height: 600px; /* Fixed height for virtualization */ overflow: auto; border: 1px solid #2d3748; - border-radius: 8px; + border-radius: 16px; background-color: #1a202c; } @@ -29,7 +29,7 @@ padding: 0 1rem; box-sizing: border-box; border-bottom: 1px solid #2d3748; - height: 35px; /* Match your estimateSize in the virtualizer */ + height: 55px; /* Match your estimateSize in the virtualizer */ } .row-inner {