feat: system-wide github apps

This commit is contained in:
Andras Bacsai
2022-09-28 10:34:27 +02:00
parent 9662bc29fb
commit ee67e163b1
11 changed files with 200 additions and 50 deletions

View File

@@ -3,6 +3,7 @@
import Tooltip from './Tooltip.svelte';
export let id: any;
export let customClass: any = null;
export let setting: any;
export let title: any;
export let description: any;
@@ -24,7 +25,7 @@
</label>
</div>
</div>
<div class:text-center={isCenter} class="flex justify-center">
<div class:text-center={isCenter} class={`flex justify-center ${customClass}`}>
<div
on:click
aria-pressed="false"