File tree 3 files changed +227
-193
lines changed
3 files changed +227
-193
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export const ColorPicker: React.FC<ColorPickerProps> = (props) => {
85
85
return (
86
86
< >
87
87
< div className = 'flex items-center justify-center' >
88
- < div className = 'w-full md:w-2/3 lg:w-1/2 sm:mx-32 grid grid-cols-4 gap-2 sm:gap-7' >
88
+ < div className = 'w-full md:w-2/3 lg:w-1/2 sm:mx-32 grid grid-cols-2 sm:grid-cols- 4 gap-3 sm:gap-7' >
89
89
{ Object . entries ( props . colors ) . map ( ( [ name , color ] , i ) => (
90
90
< ColorPickerButton
91
91
key = { i }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const GemsSVG: React.FC<Props> = (props) => {
11
11
if ( props . gems === 'Amber' ) {
12
12
return (
13
13
< svg
14
- className = 'fill-current h-7 sm :h-16'
14
+ className = 'fill-current h-10 md :h-16'
15
15
viewBox = '0 0 500 500'
16
16
fill = 'none'
17
17
xmlns = 'http://www.w3.org/2000/svg' >
@@ -86,7 +86,7 @@ export const GemsSVG: React.FC<Props> = (props) => {
86
86
} else if ( props . gems === 'Ice' ) {
87
87
return (
88
88
< svg
89
- className = 'fill-current h-7 sm :h-16'
89
+ className = 'fill-current h-10 md :h-16'
90
90
viewBox = '0 0 500 500'
91
91
fill = 'none'
92
92
xmlns = 'http://www.w3.org/2000/svg' >
@@ -169,7 +169,7 @@ export const GemsSVG: React.FC<Props> = (props) => {
169
169
} else if ( props . gems === 'Classic' ) {
170
170
return (
171
171
< svg
172
- className = 'fill-current h-7 sm :h-16'
172
+ className = 'fill-current h-10 md :h-16'
173
173
viewBox = '0 0 500 500'
174
174
fill = 'none'
175
175
xmlns = 'http://www.w3.org/2000/svg' >
@@ -250,7 +250,7 @@ export const GemsSVG: React.FC<Props> = (props) => {
250
250
} else {
251
251
return (
252
252
< svg
253
- className = 'fill-current h-7 sm :h-16'
253
+ className = 'fill-current h-10 md :h-16'
254
254
viewBox = '0 0 500 500'
255
255
fill = 'none'
256
256
xmlns = 'http://www.w3.org/2000/svg' >
You can’t perform that action at this time.
0 commit comments