• Lyza Danger Gardner's avatar
    Use pixel (arbitrary) values instead of default `rounded` styles · e14e8d5e
    Lyza Danger Gardner authored
    Update component styles that use `rounded` without size qualification.
    The intent here was for a border radius that was larger than the
    standard border-radius pattern. Tailwind default for `rounded` is 4px,
    so this worked, but this breaks down if we want to change the pattern
    default border radius. Update these to be explicit about radius size so
    that we may set a default `rounded `value, and, in future, adjust it
    without breaking styling on these components.
    e14e8d5e
Name
Last commit
Last update
..
test Loading commit data...
AdderToolbar.tsx Loading commit data...
Banners.tsx Loading commit data...
Buckets.tsx Loading commit data...
ClusterToolbar.tsx Loading commit data...
ContentInfoBanner.tsx Loading commit data...
NotebookModal.tsx Loading commit data...
ProfileModal.tsx Loading commit data...
ToastMessages.tsx Loading commit data...
Toolbar.tsx Loading commit data...
WarningBanner.tsx Loading commit data...