mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 14:27:02 +08:00
chore(core): adjust starter-bar badge size (#9976)
This commit is contained in:
@@ -59,9 +59,12 @@ export const badge = style({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const badgeIcon = style({
|
export const badgeIcon = style({
|
||||||
fontSize: 16,
|
fontSize: 20,
|
||||||
lineHeight: 0,
|
lineHeight: 0,
|
||||||
color: cssVarV2.icon.primary,
|
color: cssVarV2.icon.primary,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const badgeText = style({});
|
export const badgeText = style({
|
||||||
|
fontSize: 15,
|
||||||
|
lineHeight: '24px',
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user