Skip to content

Commit

Permalink
feat(BaseProse): update class bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent a32c02c commit 068c8ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/base/BaseProse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const props = withDefaults(
const rounded = useNuiDefaultProperty(props, 'BaseProse', 'rounded')
const radiuses = {
none: 'nui-prose-straight',
sm: 'nui-prose-rounded',
md: 'nui-prose-smooth',
lg: 'nui-prose-curved',
none: 'nui-prose-rounded-none',
sm: 'nui-prose-rounded-sm',
md: 'nui-prose-rounded-md',
lg: 'nui-prose-rounded-lg',
} as Record<string, string>
</script>

Expand Down

0 comments on commit 068c8ae

Please sign in to comment.