File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../node_modules/@tauri-apps/cli/config.schema.json" ,
3
3
"productName" : " Lume" ,
4
- "version" : " 24.11.2 " ,
4
+ "version" : " 24.11.3 " ,
5
5
"identifier" : " nu.lume.Lume" ,
6
6
"build" : {
7
7
"beforeDevCommand" : " pnpm dev" ,
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ function Header({
160
160
< button
161
161
type = "button"
162
162
onClick = { ( e ) => showContextMenu ( e ) }
163
- className = "hidden shrink-0 group-hover:inline-flex items-center justify-center size-6 border-[.5px] border-neutral-200 dark:border-neutral-800 shadow shadow-neutral-200/50 dark:shadow-none rounded-full bg-white dark:bg-black "
163
+ className = "hidden shrink-0 group-hover:inline-flex items-center justify-center size-6 bg-white dark:bg-neutral-800 border-[.5px] border-neutral-200 dark:border-neutral-800 shadow shadow-neutral-200/50 dark:shadow-none rounded-full"
164
164
>
165
165
< CaretDown className = "size-3" weight = "bold" />
166
166
</ button >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function Screen() {
93
93
data ?. map ( ( item ) => (
94
94
< div
95
95
key = { item }
96
- className = "w-full p-2 mb-2 overflow-hidden bg-white rounded-lg h-max dark:bg-black/20shadow -primary dark:ring-1 ring-neutral-800/50"
96
+ className = "w-full p-2 mb-2 overflow-hidden bg-white rounded-lg h-max dark:bg-black/20 shadow -primary dark:ring-1 ring-neutral-800/50"
97
97
>
98
98
< User . Provider pubkey = { item } >
99
99
< User . Root >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export function Screen() {
88
88
>
89
89
< ScrollArea . Viewport
90
90
ref = { ref }
91
- className = "relative h-full bg-white dark:bg-black rounded-t-xl shadow shadow-neutral-300/50 dark:shadow-none border-[.5px] border-neutral-300 dark:border-neutral-700"
91
+ className = "relative h-full bg-white dark:bg-neutral-800 rounded-t-xl shadow shadow-neutral-300/50 dark:shadow-none border-[.5px] border-neutral-300 dark:border-neutral-700"
92
92
>
93
93
< Virtualizer scrollRef = { ref as unknown as RefObject < HTMLElement > } >
94
94
{ isFetching && ! isLoading && ! isFetchingNextPage ? (
You can’t perform that action at this time.
0 commit comments