mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(component): correct notification card's border radius (#10802)
This commit is contained in:
@@ -8,14 +8,11 @@ export const actionTextColor = createVar();
|
|||||||
export const iconColor = createVar();
|
export const iconColor = createVar();
|
||||||
export const closeIconColor = createVar();
|
export const closeIconColor = createVar();
|
||||||
|
|
||||||
export const cardWrapper = style({
|
export const cardWrapper = style({});
|
||||||
borderRadius: 8,
|
|
||||||
boxShadow: cssVar('shadow1'),
|
|
||||||
overflow: 'hidden',
|
|
||||||
});
|
|
||||||
|
|
||||||
export const card = style({
|
export const card = style({
|
||||||
borderRadius: 'inherit',
|
borderRadius: 8,
|
||||||
|
boxShadow: cssVar('shadow1'),
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderStyle: 'solid',
|
borderStyle: 'solid',
|
||||||
backgroundColor: cardColor,
|
backgroundColor: cardColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user