Skip to content

Commit

Permalink
update padding drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Nov 24, 2024
1 parent 8378bbe commit 827fc39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ export default defineNuxtConfig({
},
drawer: {
mask: {
class: 'p-3',
style: {
'padding': '10px',
},
},
root: {
class: 'rounded-lg bg-clip-border p-1',
Expand Down

0 comments on commit 827fc39

Please sign in to comment.