mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
fix font sizes
This commit is contained in:
parent
34f868fb95
commit
199b714462
@ -6,7 +6,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-col mt-12">
|
<div class="flex flex-col mt-12">
|
||||||
<h1 class="text-zinc-200 text-2xl flex justify-center">
|
<h1 class="text-zinc-200 text-xl flex justify-center">
|
||||||
Overview of {$project?.title}
|
Overview of {$project?.title}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="flex justify-center space-x-2">
|
<div class="flex justify-center space-x-2">
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
import { Login } from '$lib/components';
|
import { Login } from '$lib/components';
|
||||||
import type { PageData } from './$types';
|
import type { PageData } from './$types';
|
||||||
import MdAutorenew from 'svelte-icons/md/MdAutorenew.svelte';
|
import MdAutorenew from 'svelte-icons/md/MdAutorenew.svelte';
|
||||||
|
import {} from 'iconify-icon';
|
||||||
import { log, toasts } from '$lib';
|
import { log, toasts } from '$lib';
|
||||||
|
|
||||||
export let data: PageData;
|
export let data: PageData;
|
||||||
|
Loading…
Reference in New Issue
Block a user