fix: transaction page height

This commit is contained in:
Mahyar Khanbolooki
2025-08-13 00:17:00 +03:30
parent 947c5f8b34
commit fc193758c1
+1 -1
View File
@@ -6,7 +6,7 @@ import React from 'react'
function TransactionsReviewIndex() {
return (
<section className='flex flex-col h-svh pb-10 pt-6 gap-4'>
<section className='flex flex-col h-full pb-10 pt-6 gap-4'>
<h1 className="font-medium text-base">لیست تراکنش ها</h1>
<div className="grid grid-cols-3 gap-2 h-28">