Compare commits

..

4 Commits

Author SHA1 Message Date
Vikeo
78aee362ce remove mui 2024-05-01 14:21:46 +02:00
Vikeo
0bfd3f2dd6 remove switch 2024-04-27 12:25:25 +02:00
Vikeo
e4e996619f remove button 2024-04-27 00:11:30 +02:00
Vikeo
28dec3fc22 remove mui from layouts 2024-04-27 00:05:28 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "life-trinket", "name": "life-trinket",
"private": true, "private": true,
"version": "0.9.8", "version": "0.9.7",
"type": "commonjs", "type": "commonjs",
"engines": { "engines": {
"node": ">=18", "node": ">=18",

View File

@@ -35,7 +35,7 @@ export const Dialog: React.FC<{
<dialog <dialog
id={id} id={id}
ref={dialogRef} ref={dialogRef}
className="backdrop:bg-background-backdrop border-none backdrop:backdrop-blur-[1px] open:visible invisible bg-transparent overflow-visible my-0 justify-self-center top-[10%]" className="backdrop:bg-background-backdrop border-none backdrop:backdrop-blur-[1px] open:visible invisible bg-transparent overflow-visible m-0 justify-self-center top-[10%]"
> >
<button <button
onClick={() => { onClick={() => {
@@ -47,7 +47,7 @@ export const Dialog: React.FC<{
<Cross size="16px" className="text-text-primary" /> <Cross size="16px" className="text-text-primary" />
</button> </button>
<div className="bg-background-default rounded-2xl max-w-[548px] max-h-[80vh] flex flex-col"> <div className="h-[95%] bg-background-default rounded-2xl max-w-[548px] max-h-[80vh] flex flex-col">
<div className="text-2xl text-center text-text-primary px-8 pt-4"> <div className="text-2xl text-center text-text-primary px-8 pt-4">
<h2 className="">{title}</h2> <h2 className="">{title}</h2>
<Separator height="1px" /> <Separator height="1px" />