Skip to content

Commit

Permalink
Fixed #6670 - Remove unused Galleria mask design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 28, 2024
1 parent a42b8cf commit 18dcefc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions packages/themes/src/presets/aura/galleria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ export default {
hoverBackground: 'rgba(255, 255, 255, 0.6)',
activeBackground: 'rgba(255, 255, 255, 0.9)'
},
mask: {
background: '{mask.background}',
color: '{mask.color}'
},
closeButton: {
size: '3rem',
gutter: '0.5rem',
Expand Down
4 changes: 0 additions & 4 deletions packages/themes/src/presets/lara/galleria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ export default {
hoverBackground: 'rgba(255, 255, 255, 0.6)',
activeBackground: 'rgba(255, 255, 255, 0.9)'
},
mask: {
background: '{mask.background}',
color: '{mask.color}'
},
closeButton: {
size: '3rem',
gutter: '0.5rem',
Expand Down
4 changes: 0 additions & 4 deletions packages/themes/src/presets/material/galleria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ export default {
hoverBackground: 'rgba(255, 255, 255, 0.6)',
activeBackground: 'rgba(255, 255, 255, 0.9)'
},
mask: {
background: '{mask.background}',
color: '{mask.color}'
},
closeButton: {
size: '3rem',
gutter: '0.5rem',
Expand Down
4 changes: 0 additions & 4 deletions packages/themes/src/presets/nora/galleria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ export default {
hoverBackground: 'rgba(255, 255, 255, 0.6)',
activeBackground: 'rgba(255, 255, 255, 0.9)'
},
mask: {
background: '{mask.background}',
color: '{mask.color}'
},
closeButton: {
size: '3rem',
gutter: '0.5rem',
Expand Down

0 comments on commit 18dcefc

Please sign in to comment.