add color for active monitoring button

This commit is contained in:
smanylov
2026-02-18 18:29:21 +07:00
parent c658721333
commit 67bf12c11f
3 changed files with 11 additions and 4 deletions
@@ -30,7 +30,7 @@ export function FileMonitoringModalWindow({ file, setWindowClose, setWindowChild
>
<li>
<button
className="btn btn-primary"
className="btn btn-primary active"
onClick={() => {
closeHandler()
}}