Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kiwicom/orbit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: afd8a98a4cea60aff3066df67a911afea7db56bc
Choose a base ref
..
head repository: kiwicom/orbit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e087fbb71739e5169f6a9f162f6515c8940eefad
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +4 −1 packages/orbit-components/src/Accordion/index.tsx
5 changes: 4 additions & 1 deletion packages/orbit-components/src/Accordion/index.tsx
Original file line number Diff line number Diff line change
@@ -17,7 +17,10 @@ const Accordion = ({
onExpand,
}: Props) => (
<div
className={cx("font-base relative w-full", spaceAfter && spaceAfterClasses[spaceAfter])}
className={cx(
"orbit-accordion font-base relative w-full",
spaceAfter && spaceAfterClasses[spaceAfter],
)}
id={id}
data-test={dataTest}
>