refactor(components): squared shapes + mono data cells across all components
This commit is contained in:
@@ -54,7 +54,7 @@ export function ExportEngagementButton({ engagementId }: ExportEngagementButtonP
|
||||
<div className="inline-flex">
|
||||
<button
|
||||
type="button"
|
||||
className="btn-outline rounded-r-none border-r-0"
|
||||
className="btn-outline border-r-0"
|
||||
onClick={() => setOpen((v) => !v)}
|
||||
data-testid="export-btn"
|
||||
>
|
||||
@@ -64,7 +64,7 @@ export function ExportEngagementButton({ engagementId }: ExportEngagementButtonP
|
||||
type="button"
|
||||
aria-label="Export options"
|
||||
aria-expanded={open}
|
||||
className="btn-outline rounded-l-none px-sm"
|
||||
className="btn-outline px-sm"
|
||||
onClick={() => setOpen((v) => !v)}
|
||||
data-testid="export-dropdown-toggle"
|
||||
>
|
||||
@@ -74,7 +74,7 @@ export function ExportEngagementButton({ engagementId }: ExportEngagementButtonP
|
||||
|
||||
{open ? (
|
||||
<div
|
||||
className="absolute right-0 top-full mt-xxs bg-canvas border border-hairline rounded-md shadow-floating dark:shadow-floating-dark z-20 min-w-[160px]"
|
||||
className="absolute right-0 top-full mt-xxs bg-canvas border border-hairline rounded-none z-20 min-w-[160px]"
|
||||
role="menu"
|
||||
>
|
||||
{FORMATS.map(({ label, value }) => (
|
||||
|
||||
Reference in New Issue
Block a user