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 7cafc33 commit 6714201Copy full SHA for 6714201
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
/>
36
</div>
37
<Button
0 commit comments