Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 364 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 364 Bytes

opacidad hex 30

<Container padding="xl" gap="xl" bgcolor="primary">
    <div class="row">
        <Button>
            <Avatar/>
            <Text>
                Matias trujillo
            </Text>
        </Button>
    </div>
    <style>
        .row{
            display: grid;
            gap: var(--space);
        }
    </style>
</Container>