Skip to content

Commit

Permalink
change(item): commented sizes too small for item icons and enabled te…
Browse files Browse the repository at this point in the history
…rtiary theme
  • Loading branch information
ichim-david committed Jul 3, 2022
1 parent f532fc5 commit 0f02d7d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/components/Blocks/Item/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ export default ({ data }) => {
imageSize: {
title: 'Image size',
choices: [
['mini', 'Mini'],
['tile', 'Tile'],
['tiny', 'Tiny'],
['small', 'Small'],
// commented as they were too small to use as item icons
// ['mini', 'Mini'],
// ['tile', 'Tile'],
// ['tiny', 'Tiny'],
// ['small', 'Small'],
['large', 'Large'],
['big', 'Big'],
['huge', 'Huge'],
Expand Down Expand Up @@ -63,6 +64,7 @@ export default ({ data }) => {
choices: [
['primary', 'Primary'],
['secondary', 'Secondary'],
['tertiary', 'Tertiary'],
],
},
},
Expand All @@ -86,6 +88,7 @@ export const stylingSchema = ({ intl }) => ({
choices: [
['primary', 'Primary'],
['secondary', 'Secondary'],
['tertiary', 'Tertiary'],
],
},
verticalAlign: {
Expand Down

0 comments on commit 0f02d7d

Please sign in to comment.