error boundary and table pagination #28

Merged
nik.polishuk merged 1 commits from table-pagination into main 2024-03-19 16:42:00 +03:00
Showing only changes of commit 77628b0de4 - Show all commits

View File

@ -13,7 +13,12 @@
display: flex;
column-gap: 10px;
align-items: center;
font-size: 16px;
font-size: 20px;
color: black;
transition: all 0.3s ease;
&:hover {
scale: 1.1;
}
}
}