feat: Small confirmation dialogs (#3293)

* wip

* refinement
This commit is contained in:
Tom Moor
2022-03-30 17:11:19 -07:00
committed by GitHub
parent 7f3b602259
commit 6c25f8fc72
11 changed files with 148 additions and 62 deletions

View File

@@ -156,6 +156,9 @@ declare module "styled-components" {
sidebarText: string;
backdrop: string;
shadow: string;
modalBackdrop: string;
modalBackground: string;
modalShadow: string;
menuItemSelected: string;
menuBackground: string;
menuShadow: string;