Skip to content

[ BUG ] DialogDescription error #417

@Maxx59

Description

@Maxx59

How to place two elements next to each other in <DialogContent>?

This

<View className="flex-row items-center">
  <Pause size={18} className="text-foreground mr-2" />
  <Text>Pause</Text>
</View>

displays

Image

This

<DialogDescription>
  <Pause size={18} className='text-foreground' /> 
  <Text>Pause</Text>
</DialogDescription>

displays

Image

but can't add space between text and icon, gap, items-center, justify-center

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions