feat: use accent color when confirming deletion (#1161)

- .final-confirm
This commit is contained in:
H3arn 2023-02-26 19:37:01 +08:00 committed by GitHub
parent 50a99e9120
commit a09b2c4eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,10 @@
} }
} }
} }
.final-confirm {
color: red
}
} }
} }