LlamaFinetuneGGUF commited on
Commit
d1fa70f
·
unverified ·
2 Parent(s): fe3889b 4980a9a

fix: start new chat icon

Browse files
Files changed (2) hide show
  1. app/commit.json +1 -1
  2. uno.config.ts +1 -0
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "1d64a15ed0110fc62091b1dca90139de9fb9fdb4" }
 
1
+ { "commit": "1d64a15ed0110fc62091b1dca90139de9fb9fdb4" }
uno.config.ts CHANGED
@@ -241,6 +241,7 @@ export default defineConfig({
241
  collections: {
242
  ...customIconCollection,
243
  },
 
244
  }),
245
  ],
246
  });
 
241
  collections: {
242
  ...customIconCollection,
243
  },
244
+ unit: 'em',
245
  }),
246
  ],
247
  });