fix: update project categories check and adjust border style in project detail popup

This commit is contained in:
2026-02-16 09:24:45 +05:30
parent 7d63845951
commit e529f101b7
4 changed files with 61 additions and 36 deletions
@@ -88,7 +88,7 @@
</div>
}
@if (project.categories?.length) {
@if (project.categories.length) {
<div class="detail-section">
<h4>Categories</h4>
<div class="tag-list">
@@ -4,7 +4,7 @@
max-height: 80vh;
overflow-y: auto;
background: var(--eerie-black-2, #1e1e1e);
border: 1px solid var(--jet, #383838);
border: 1.2px solid hsla(45, 100%, 72%, 0.45);
border-radius: 14px;
}