File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ pub async fn run() {
112
112
let win = WebviewWindowBuilder :: new ( app, "main" , WebviewUrl :: default ( ) )
113
113
. title ( "Kadium" )
114
114
. inner_size ( 900.0 , 800.0 )
115
- . min_inner_size ( 400.0 , 150.0 ) ;
115
+ . min_inner_size ( 400.0 , 150.0 )
116
+ . theme ( Some ( tauri:: Theme :: Dark ) ) ;
116
117
117
118
#[ cfg( target_os = "macos" ) ]
118
119
let win = win. title_bar_style ( tauri:: TitleBarStyle :: Transparent ) ;
Original file line number Diff line number Diff line change 7
7
< link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png " />
8
8
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png " />
9
9
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png " />
10
- < link rel ="manifest " href ="/site.webmanifest " />
11
10
< link rel ="mask-icon " href ="/safari-pinned-tab.svg " color ="#2055e5 " />
12
11
< meta name ="msapplication-TileColor " content ="#061a3c " />
13
- < meta name ="theme-color " content ="#ffffff " />
12
+ < meta name ="theme-color " content ="#061a3c " />
14
13
15
14
%sveltekit.head%
16
15
</ head >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments