mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
chore: fix color (#2049)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
@@ -75,8 +75,8 @@ export const toast = (
|
||||
font-size: var(--affine-font-sm);
|
||||
padding: 6px 12px;
|
||||
margin: 10px 0 0 0;
|
||||
color: var(--affine-tooltip-color);
|
||||
background: var(--affine-tooltip-background);
|
||||
color: var(--affine-white);
|
||||
background: var(--affine-tooltip);
|
||||
box-shadow: var(--affine-tooltip-shadow);
|
||||
border-radius: 10px;
|
||||
transition: all 230ms cubic-bezier(0.21, 1.02, 0.73, 1);
|
||||
|
||||
Reference in New Issue
Block a user