Skip to content

Commit

Permalink
Removed unused drawer.border.radius token
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 28, 2024
1 parent 834cf9c commit 07c3987
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/themes/src/presets/aura/drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
background: '{overlay.modal.background}',
borderColor: '{overlay.modal.border.color}',
color: '{overlay.modal.color}',
borderRadius: '{overlay.modal.border.radius}',
shadow: '{overlay.modal.shadow}'
},
header: {
Expand Down
1 change: 0 additions & 1 deletion packages/themes/src/presets/lara/drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
background: '{overlay.modal.background}',
borderColor: '{overlay.modal.border.color}',
color: '{overlay.modal.color}',
borderRadius: '{overlay.modal.border.radius}',
shadow: '{overlay.modal.shadow}'
},
header: {
Expand Down
1 change: 0 additions & 1 deletion packages/themes/src/presets/material/drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
background: '{overlay.modal.background}',
borderColor: '{overlay.modal.border.color}',
color: '{overlay.modal.color}',
borderRadius: '{overlay.modal.border.radius}',
shadow: '{overlay.modal.shadow}'
},
header: {
Expand Down
1 change: 0 additions & 1 deletion packages/themes/src/presets/nora/drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
background: '{overlay.modal.background}',
borderColor: '{overlay.modal.border.color}',
color: '{overlay.modal.color}',
borderRadius: '{overlay.modal.border.radius}',
shadow: '{overlay.modal.shadow}'
},
header: {
Expand Down

0 comments on commit 07c3987

Please sign in to comment.