mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 06:17:56 +00:00
fix: corrigindo UI de letras maiúsculas
Some checks failed
Docker Build and Push / build (push) Has been cancelled
Some checks failed
Docker Build and Push / build (push) Has been cancelled
This commit is contained in:
parent
62594f5e62
commit
90506ca894
@ -26,11 +26,11 @@ export function TextCaseToggle({
|
|||||||
'disabled:opacity-50 disabled:cursor-not-allowed',
|
'disabled:opacity-50 disabled:cursor-not-allowed',
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
title={isUpperCase ? 'Mudar para minúsculas' : 'Mudar para maiúsculas'}
|
title={isUpperCase ? 'Mudar para minúsculas' : 'MUDAR PARA MAIÚSCULAS'}
|
||||||
>
|
>
|
||||||
<Type className="h-4 w-4" />
|
<Type className="h-4 w-4" />
|
||||||
<span className="text-sm font-medium select-none">
|
<span className="text-sm font-medium select-none">
|
||||||
{isUpperCase ? 'Aa' : 'AA'}
|
{isUpperCase ? 'Aa: Ativar Minúsculas' : 'AA: ATIVAR MAIÚSCULAS'}
|
||||||
</span>
|
</span>
|
||||||
{isLoading && (
|
{isLoading && (
|
||||||
<Loader2 className="h-4 w-4 animate-spin" />
|
<Loader2 className="h-4 w-4 animate-spin" />
|
||||||
|
|||||||
@ -643,13 +643,15 @@ export function StoryPage() {
|
|||||||
<Share2 className="h-5 w-5" />
|
<Share2 className="h-5 w-5" />
|
||||||
Compartilhar
|
Compartilhar
|
||||||
</button>
|
</button>
|
||||||
<button
|
{
|
||||||
|
/* <button
|
||||||
onClick={() => setIsPlaying(!isPlaying)}
|
onClick={() => setIsPlaying(!isPlaying)}
|
||||||
className="flex items-center gap-2 px-4 py-2 text-gray-600 hover:text-gray-900"
|
className="flex items-center gap-2 px-4 py-2 text-gray-600 hover:text-gray-900"
|
||||||
>
|
>
|
||||||
<Volume2 className="h-5 w-5" />
|
<Volume2 className="h-5 w-5" />
|
||||||
{isPlaying ? 'Pausar' : 'Ouvir'}
|
{isPlaying ? 'Pausar' : 'Ouvir'}
|
||||||
</button>
|
</button>
|
||||||
|
*/}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user