Skip to content

Commit

Permalink
fix: radius
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 committed Sep 9, 2024
1 parent e52d08a commit f9699e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(root)/backstage/editor/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default function SurveyPage({ params }: { params: { id: number } }) {
style={{
backgroundColor: 'rgba(185, 190, 185, 0.3)',
}}
radius="md"
>
<EditCard
question={newQuestionObject}
Expand Down

0 comments on commit f9699e8

Please sign in to comment.