Quick UI fixes (#10695)

* Quick fixes

* remove log
This commit is contained in:
Nicolas Mowen
2024-03-26 18:54:00 -06:00
committed by GitHub
parent 8f69edeb33
commit d945e77443
3 changed files with 16 additions and 3 deletions

View File

@@ -167,14 +167,13 @@ export default function ExportDialog({
>
{EXPORT_OPTIONS.map((opt) => {
return (
<div className="flex items-center gap-2">
<div key={opt} className="flex items-center gap-2">
<RadioGroupItem
className={
opt == selectedOption
? "from-selected/50 to-selected/90 text-selected bg-selected"
: "from-secondary/50 to-secondary/90 text-secondary bg-secondary"
}
key={opt}
id={opt}
value={opt}
/>