Compare commits
No commits in common. "e523364bcf94af5b145acd5c7c6ba6a0c4e63b00" and "c1d9036d4c32241cda8fb7336754da5288f4d9d8" have entirely different histories.
e523364bcf
...
c1d9036d4c
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
import React, {useState} from "react";
|
import React, {useState} from "react";
|
||||||
|
import "../index";
|
||||||
import {Checkbox} from "../src/Components/Forms/Checkbox";
|
import {Checkbox} from "../src/Components/Forms/Checkbox";
|
||||||
import {Radio} from "../src/Components/Forms/Radio";
|
import {Radio} from "../src/Components/Forms/Radio";
|
||||||
import {AirTrafficControl, Basket, FloppyDisk, House, TrashSimple, XCircle} from "@phosphor-icons/react";
|
import {AirTrafficControl, Basket, FloppyDisk, House, TrashSimple, XCircle} from "@phosphor-icons/react";
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import "../index";
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import {createRoot} from "react-dom/client";
|
import {createRoot} from "react-dom/client";
|
||||||
import {DemoApp} from "./DemoApp";
|
import {DemoApp} from "./DemoApp";
|
||||||
|
|
|
@ -15,7 +15,7 @@ export function Kernel({header, footer, router}: {
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
<IconContext.Provider value={{
|
<IconContext.Provider value={{
|
||||||
size: "1em",
|
size: 16,
|
||||||
weight: "bold",
|
weight: "bold",
|
||||||
}}>
|
}}>
|
||||||
<NotificationsProvider>
|
<NotificationsProvider>
|
||||||
|
|
Loading…
Reference in a new issue