nice touch rounded but straight flowy

This commit is contained in:
talksik
2022-05-10 10:19:30 -05:00
parent 3c745dea7d
commit 9c7ce27faa
2 changed files with 2 additions and 2 deletions
@@ -139,7 +139,7 @@ export default function LineRow({
handleSelectLine(masterLineData.lineDetails._id.toString())
}
className={`flex flex-row items-center justify-start gap-2 p-2 px-4 h-14 hover:bg-gray-200 cursor-pointer transition-all
last:border-b-0 border-b border-b-gray-200 relative z-50 ${
last:border-b-0 border-b border-b-gray-200 relative z-50 rounded ${
selectedLineId === masterLineData.lineDetails._id.toString() &&
"bg-gray-200 scale-110 shadow-2xl translate-x-3"
}`}
+1 -1
View File
@@ -47,7 +47,7 @@ function NirvanaApp() {
</RecoilRoot>
<Toaster
position={"bottom-center"}
position={"bottom-right"}
toastOptions={{
style: {
borderRadius: "10px",