rounded dropdown

This commit is contained in:
Chuck Dries 2022-10-24 19:23:56 -07:00
parent 8c63313a28
commit cb01518680
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -11,7 +11,7 @@ const navClasses =
const ExternalLinks = ({ isVertical }: { isVertical: boolean }) => (
<ul
className={classnames(
"z-30 bg-vibrant-dark rounded overflow-hidden",
"z-30 bg-vibrant-dark rounded-xl overflow-hidden",
isVertical
? "inline-flex flex-wrap justify-center"
: "absolute rounded-md top-[40px] border border-vibrant-light"