mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00: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({
|
||||
fontSize: 16,
|
||||
fontSize: 20,
|
||||
lineHeight: 0,
|
||||
color: cssVarV2.icon.primary,
|
||||
});
|
||||
|
||||
export const badgeText = style({});
|
||||
export const badgeText = style({
|
||||
fontSize: 15,
|
||||
lineHeight: '24px',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user