Skip to content

Commit

Permalink
Commit incorrect edit of shared theme file to test CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Aug 14, 2024
1 parent f2404cb commit 46f5aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const inputsCustomizations = {
variant: 'contained',
},
style: {
color: 'white',
color: 'blue',
backgroundColor: brand[300],
backgroundImage: `linear-gradient(to bottom, ${alpha(brand[400], 0.8)}, ${brand[500]})`,
boxShadow: `inset 0 2px 0 ${alpha(brand[200], 0.2)}, inset 0 -2px 0 ${alpha(brand[700], 0.4)}`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const inputsCustomizations: Components<Theme> = {
variant: 'contained',
},
style: {
color: 'white',
color: 'blue',
backgroundColor: brand[300],
backgroundImage: `linear-gradient(to bottom, ${alpha(brand[400], 0.8)}, ${brand[500]})`,
boxShadow: `inset 0 2px 0 ${alpha(brand[200], 0.2)}, inset 0 -2px 0 ${alpha(brand[700], 0.4)}`,
Expand Down

0 comments on commit 46f5aa0

Please sign in to comment.