@@ -6,7 +6,7 @@ exports[`App > should render snapshot 1`] = `
66 class = " grid h-screen w-screen grid-rows-[auto_1fr_auto] overflow-hidden"
77 >
88 <header
9- class = " bg-background border-border flex h-12 items-center border-b-2 px-4"
9+ class = " bg-background-secondary border-border flex h-12 items-center border-b-2 px-4"
1010 >
1111 <svg
1212 class = " inline-flex h-6 w-6"
@@ -36,7 +36,7 @@ exports[`App > should render snapshot 1`] = `
3636 </svg >
3737 <div >
3838 <input
39- class = " bg-background border-border ml-4 w-80 rounded border-2 px-3 py-1 outline-none"
39+ class = " bg-background border-border ml-4 w-80 rounded-md border-2 px-3 py-1 outline-none"
4040 data-testid = " search-box"
4141 placeholder = " Search"
4242 value = " "
@@ -116,7 +116,7 @@ exports[`App > should render snapshot 1`] = `
116116 class = " mb-4 flex flex-row items-center justify-end"
117117 >
118118 <button
119- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-primary border-border shadow-shadow hover:translate-x-shadow-x hover:translate-y-shadow-y border-2 hover:shadow-none size-10 justify-center top-2 px-2 right-1"
119+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-primary border-border shadow-shadow hover:translate-x-shadow-x hover:translate-y-shadow-y border-2 hover:shadow-none size-10 justify-center top-2 px-2 right-1"
120120 data-headlessui-state = " "
121121 data-testid = " sidebar-toggle-left"
122122 type = " submit"
@@ -161,7 +161,7 @@ exports[`App > should render snapshot 1`] = `
161161 class = " mb-4 flex w-full flex-col text-sm"
162162 >
163163 <button
164- class = " cursor-pointer rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent h-9 px-3 inline-flex flex-row items-center justify-between"
164+ class = " cursor-pointer rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent h-9 px-3 inline-flex flex-row items-center justify-between"
165165 data-headlessui-state = " "
166166 type = " submit"
167167 >
@@ -220,7 +220,7 @@ exports[`App > should render snapshot 1`] = `
220220 class = " mb-4 flex w-full flex-col text-sm"
221221 >
222222 <button
223- class = " cursor-pointer rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent h-9 px-3 inline-flex flex-row items-center justify-between"
223+ class = " cursor-pointer rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent h-9 px-3 inline-flex flex-row items-center justify-between"
224224 data-headlessui-state = " "
225225 type = " submit"
226226 >
@@ -279,7 +279,7 @@ exports[`App > should render snapshot 1`] = `
279279 class = " mb-4 flex w-full flex-col text-sm"
280280 >
281281 <button
282- class = " cursor-pointer rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent h-9 px-3 inline-flex flex-row items-center justify-between"
282+ class = " cursor-pointer rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent h-9 px-3 inline-flex flex-row items-center justify-between"
283283 data-headlessui-state = " "
284284 type = " submit"
285285 >
@@ -359,7 +359,7 @@ exports[`App > should render snapshot 1`] = `
359359 transition = " [object Object]"
360360 >
361361 <div
362- class = " relative flex h-full w-full flex-col items-start justify-start px-6 pt-6"
362+ class = " bg-background relative flex h-full w-full flex-col items-start justify-start px-6 pt-6"
363363 >
364364 <h1
365365 class = " mb-6 flex w-full flex-0 flex-row text-center text-3xl font-bold"
@@ -384,7 +384,7 @@ exports[`App > should render snapshot 1`] = `
384384 class = " mb-4 flex flex-row items-center justify-start"
385385 >
386386 <button
387- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-primary border-border shadow-shadow hover:translate-x-shadow-x hover:translate-y-shadow-y border-2 hover:shadow-none size-10 justify-center top-2 px-2 left-1"
387+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-primary border-border shadow-shadow hover:translate-x-shadow-x hover:translate-y-shadow-y border-2 hover:shadow-none size-10 justify-center top-2 px-2 left-1"
388388 data-headlessui-state = " "
389389 data-testid = " sidebar-toggle-right"
390390 type = " submit"
@@ -428,7 +428,7 @@ exports[`App > should render snapshot 1`] = `
428428 </div >
429429 </div >
430430 <footer
431- class = " bg-background border-border flex h-16 items-center border-t-2 px-4"
431+ class = " bg-background-secondary border-border flex h-16 items-center border-t-2 px-4"
432432 >
433433 <div
434434 class = " grid w-full grid-cols-[minmax(0,1fr)_auto_minmax(0,1fr)] items-center gap-4"
@@ -440,11 +440,11 @@ exports[`App > should render snapshot 1`] = `
440440 class = " flex min-w-0 items-center gap-3"
441441 >
442442 <div
443- class = " border-border bg-background-secondary size-12 shrink-0 overflow-hidden rounded border-2"
443+ class = " border-border bg-background-secondary size-12 shrink-0 overflow-hidden rounded-md border-2"
444444 >
445445 <img
446446 alt = " "
447- class = " size-full object-cover"
447+ class = " size-full object-cover select-none "
448448 src = " https://picsum.photos/64"
449449 />
450450 </div >
@@ -471,7 +471,7 @@ exports[`App > should render snapshot 1`] = `
471471 class = " flex items-center justify-center gap-2"
472472 >
473473 <button
474- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
474+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
475475 data-headlessui-state = " "
476476 type = " submit"
477477 >
@@ -506,7 +506,7 @@ exports[`App > should render snapshot 1`] = `
506506 </svg >
507507 </button >
508508 <button
509- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
509+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
510510 data-headlessui-state = " "
511511 type = " submit"
512512 >
@@ -532,7 +532,7 @@ exports[`App > should render snapshot 1`] = `
532532 </svg >
533533 </button >
534534 <button
535- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-primary border-border shadow-shadow hover:translate-x-shadow-x hover:translate-y-shadow-y border-2 hover:shadow-none size-10 justify-center"
535+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-primary border-border shadow-shadow hover:translate-x-shadow-x hover:translate-y-shadow-y border-2 hover:shadow-none size-10 justify-center"
536536 data-headlessui-state = " "
537537 type = " submit"
538538 >
@@ -555,7 +555,7 @@ exports[`App > should render snapshot 1`] = `
555555 </svg >
556556 </button >
557557 <button
558- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
558+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
559559 data-headlessui-state = " "
560560 type = " submit"
561561 >
@@ -581,7 +581,7 @@ exports[`App > should render snapshot 1`] = `
581581 </svg >
582582 </button >
583583 <button
584- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
584+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
585585 data-headlessui-state = " "
586586 type = " submit"
587587 >
@@ -621,7 +621,7 @@ exports[`App > should render snapshot 1`] = `
621621 class = " flex items-center gap-2"
622622 >
623623 <button
624- class = " inline-flex cursor-pointer items-center rounded transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
624+ class = " inline-flex cursor-pointer items-center rounded-md transition-all disabled:cursor-not-allowed disabled:opacity-50 text-foreground bg-transparent size-10 justify-center"
625625 data-headlessui-state = " "
626626 type = " submit"
627627 >
@@ -662,7 +662,7 @@ exports[`App > should render snapshot 1`] = `
662662 class = " pointer-events-none absolute inset-x-0 top-1/2 -translate-y-1/2"
663663 >
664664 <div
665- class = " border-border bg-background-input relative h-3 w-full rounded border-2"
665+ class = " border-border bg-background-input relative h-3 w-full rounded-md border-2"
666666 >
667667 <div
668668 class = " bg-primary absolute top-0 left-0 h-full rounded-l"
0 commit comments