We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c1b42 commit 46c4ccfCopy full SHA for 46c4ccf
packages/web/app/src/components/ui/input-copy.tsx
@@ -31,7 +31,7 @@ export function InputCopy(props: { value: string; alignment?: 'center' | 'left'
31
type="text"
32
value={props.value}
33
readOnly
34
- className={`bg-secondary truncate text-white${props.alignment === 'center' ? 'text-center' : ''}`}
+ className={`bg-secondary truncate text-white ${props.alignment === 'center' ? 'text-center' : ''}`}
35
onFocus={ev => ev.target.select()}
36
/>
37
</div>
0 commit comments