fix: shadow inset issue in grid links

This commit is contained in:
Gursheen Anand 2026-02-18 14:18:34 +05:30
parent 849a935e20
commit 5e92584bf5

View file

@ -313,6 +313,8 @@
.link-btn {
background-color: var(--bg-color);
height: calc(100% - 4px);
margin-top: 2px;
}
.form-control:focus {