Skip to content

Commit

Permalink
Changed slider mins for brightness, contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangearey committed Nov 13, 2023
1 parent c6cd3df commit a337052
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions src/pages/Stage2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -16,9 +16,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Stage3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -17,9 +17,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Stage4.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -17,9 +17,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Stage5.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -16,9 +16,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Stage6.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -16,9 +16,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Stage7.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -16,9 +16,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down
8 changes: 4 additions & 4 deletions src/pages/StageOne.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const CURRENT_OPTIONS = [
{
name: 'Brightness',
property: 'brightness',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand All @@ -17,9 +17,9 @@ const CURRENT_OPTIONS = [
{
name: 'Contrast',
property: 'contrast',
value: 100,
value: 110,
range: {
min: 0,
min: 20,
max: 200
},
unit: '%',
Expand Down

0 comments on commit a337052

Please sign in to comment.