Skip to content

Commit

Permalink
new placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed May 6, 2024
1 parent 7e0d4dc commit 42f235c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions src/routes/resources/animtab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,16 @@ export default component$(() => {
<TextInput id="customformat" value={store.format} placeholder="&#$1$2$3$4$5$6$f$c" onInput$={(event: any) => { store.format = event.target!.value; }}>
{t('color.customFormat@@Custom Format')}
</TextInput>
<div class="pb-4">
<div class="pb-4 font-mono">
<p>{t('color.placeholders@@Placeholders:')}</p>
<p>$1 - (R)RGGBB</p>
<p>$2 - R(R)GGBB</p>
<p>$3 - RR(G)GBB</p>
<p>$4 - RRG(G)BB</p>
<p>$5 - RRGG(B)B</p>
<p>$6 - RRGGB(B)</p>
<p>$f - {t('color.formatting@@Formatting')}</p>
<p>$c - {t('color.character@@Character')}</p>
<p>$1 = <strong class="text-red-400">R</strong>RGGBB</p>
<p>$2 = R<strong class="text-red-400">R</strong>GGBB</p>
<p>$3 = RR<strong class="text-green-400">G</strong>GBB</p>
<p>$4 = RRG<strong class="text-green-400">G</strong>BB</p>
<p>$5 = RRGG<strong class="text-blue-400">B</strong>B</p>
<p>$6 = RRGGB<strong class="text-blue-400">B</strong></p>
<p>$f = {t('color.formatting@@Formatting')}</p>
<p>$c = {t('color.character@@Character')}</p>
</div>
</>
}
Expand Down
18 changes: 9 additions & 9 deletions src/routes/resources/rgb/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,16 @@ export default component$(() => {
<TextInput id="customformat" value={store.format} placeholder="&#$1$2$3$4$5$6$f$c" onInput$={(event: any) => { store.format = event.target!.value; }}>
{t('color.customFormat@@Custom Format')}
</TextInput>
<div class="pb-4">
<div class="pb-4 font-mono">
<p>{t('color.placeholders@@Placeholders:')}</p>
<p>$1 - (R)RGGBB</p>
<p>$2 - R(R)GGBB</p>
<p>$3 - RR(G)GBB</p>
<p>$4 - RRG(G)BB</p>
<p>$5 - RRGG(B)B</p>
<p>$6 - RRGGB(B)</p>
<p>$f - {t('color.formatting@@Formatting')}</p>
<p>$c - {t('color.character@@Character')}</p>
<p>$1 = <strong class="text-red-400">R</strong>RGGBB</p>
<p>$2 = R<strong class="text-red-400">R</strong>GGBB</p>
<p>$3 = RR<strong class="text-green-400">G</strong>GBB</p>
<p>$4 = RRG<strong class="text-green-400">G</strong>BB</p>
<p>$5 = RRGG<strong class="text-blue-400">B</strong>B</p>
<p>$6 = RRGGB<strong class="text-blue-400">B</strong></p>
<p>$f = {t('color.formatting@@Formatting')}</p>
<p>$c = {t('color.character@@Character')}</p>
</div>
</>
}
Expand Down

0 comments on commit 42f235c

Please sign in to comment.