Feat: Add FileUploadDialog #3221 (#4327) (#4335)

### What problem does this PR solve?

Feat: Add ConfirmDeleteDialog #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-03 09:47:05 +08:00
committed by GitHub
parent 8674156d1c
commit 5dad15600c
8 changed files with 288 additions and 6 deletions

View File

@ -41,6 +41,7 @@
--colors-background-inverse-strong: rgba(11, 10, 18, 0.8);
--colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
--colors-background-neutral-standard: white;
--colors-background-functional-solid-danger: rgba(222, 17, 53, 1);
--button-blue-text: rgb(22, 119, 255);