mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
texts
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
export let conid;
|
||||
export let database;
|
||||
export let header;
|
||||
export let text;
|
||||
|
||||
const initialColor = useConnectionColor({ conid, database }, null, null, false, false);
|
||||
|
||||
@@ -16,6 +17,10 @@
|
||||
<ModalBase {...$$restProps}>
|
||||
<svelte:fragment slot="header">{header}</svelte:fragment>
|
||||
|
||||
<div class="m-2">
|
||||
{text}
|
||||
</div>
|
||||
|
||||
<ColorSelector
|
||||
{value}
|
||||
on:change={e => {
|
||||
|
||||
Reference in New Issue
Block a user