Improve default icon size.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b9f9428737
commit
e523364bcf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export function Kernel({header, footer, router}: {
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
<IconContext.Provider value={{
|
<IconContext.Provider value={{
|
||||||
size: 16,
|
size: "1em",
|
||||||
weight: "bold",
|
weight: "bold",
|
||||||
}}>
|
}}>
|
||||||
<NotificationsProvider>
|
<NotificationsProvider>
|
||||||
|
|
Loading…
Reference in a new issue