mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 07:42:43 +00:00
fix the css issue with button
This commit is contained in:
parent
c74357a6b0
commit
4dab6100b9
2 changed files with 1 additions and 3 deletions
|
|
@ -24,7 +24,4 @@
|
|||
a:hover {
|
||||
color: #747bff;
|
||||
}
|
||||
button {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue