Skip to content

Commit

Permalink
Design: fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Jan 4, 2024
1 parent dc95b37 commit 66ea71f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
'surface-section border-none p-4',
// Toggle border radius by open / closed panel
options.state.d_collapsed
? 'border-round-2xl'
: 'border-round-top-2xl'
? 'border-round-xl'
: 'border-round-top-xl'
]
}
},
Expand Down

0 comments on commit 66ea71f

Please sign in to comment.