﻿<UXML xmlns="UnityEngine.UIElements">
    <VisualElement name="notification-block" class="col mt-2 mb-2 w-100 align-items-center">
        <Label text="Your avatar was uploaded to VRChat!" name="notification-text" class="text-lg" />
        <Button class="mt-3 pl-4 pr-4 pt-2 pb-2 text-bold" text="See it on the VRChat Website" name="notification-button" />
    </VisualElement>
</UXML>