fix the css issue with button

This commit is contained in:
Mahesh Sanikommmu 2025-08-29 16:09:20 -07:00
parent c74357a6b0
commit 4dab6100b9
2 changed files with 1 additions and 3 deletions

View file

@ -24,7 +24,4 @@
a:hover {
color: #747bff;
}
button {
background-color: #f9f9f9;
}
}

View file

@ -32,6 +32,7 @@ export function createToast(state: ToastState): HTMLElement {
min-width: 200px;
max-width: 300px;
animation: slideIn 0.3s ease-out;
box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18), 0 1.5px 6px 0 rgba(0,0,0,0.12);
`
// Add keyframe animations and fonts if not already present