매매 시그널알림 화면 수정

This commit is contained in:
Macbook
2026-05-29 01:05:52 +09:00
parent e1ad1d626e
commit 19ae5f5fae
5 changed files with 130 additions and 58 deletions
+4
View File
@@ -11549,6 +11549,9 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
color: #f7768e;
border-color: rgba(247, 118, 142, 0.55);
}
.tnl-icon-btn--refreshing svg {
animation: spin 0.8s linear infinite;
}
.tnl-row-icon-btn {
flex-shrink: 0;
align-self: center;
@@ -11576,6 +11579,7 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
background: var(--bg3);
}
.tnl-chip--warn { background: rgba(239,83,80,0.15); color: #f7768e; }
.tnl-chip--selected { background: rgba(122,162,247,0.18); color: var(--accent, #7aa2f7); font-weight: 600; }
.tnl-filter { display: flex; gap: 4px; }
.tnl-filter button,
.tnl-btn {