updated styling wordings and animations icons

This commit is contained in:
Anirban Kar
2024-12-18 21:09:36 +05:30
parent 3d8abee511
commit b25b8b98f9
4 changed files with 77 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ export type BoltAction = FileAction | ShellAction | StartAction;
export type BoltActionData = BoltAction | BaseAction;
export interface ActionAlert {
type: 'error' | 'info';
type: string;
title: string;
description: string;
content: string;