Skip to content

chore: use emotion for styling (pt. 3) #10026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Oct 5, 2023
Prev Previous commit
Next Next commit
silly!
  • Loading branch information
aslilac committed Oct 4, 2023
commit 0bfa16a654cf99f6a75df5c3b03023637ccce948
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export const TemplateVersionEditor: FC<TemplateVersionEditorProps> = ({
{!disableUpdate && (
<button
css={styles.tab}
className={selectedTab === 0 ? "active" : ""}
className={selectedTab === 1 ? "active" : ""}
onClick={() => {
setSelectedTab(1);
}}
Expand Down