Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Dec 12, 2023
1 parent 9ef14b7 commit 307dc05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/Gear/PicturePlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const PictureButton = styled.button.attrs({
})<{ size?: string; thickness: string }>`
&:hover {
color: var(--bs-link-color);
background: linear-gradient(
background:
linear-gradient(
to right,
var(--bs-link-color) ${({ thickness }) => thickness},
transparent ${({ thickness }) => thickness}
Expand Down Expand Up @@ -97,7 +98,8 @@ const PictureButton = styled.button.attrs({
border: none;
}
aspect-ratio: 1/1;
background: linear-gradient(
background:
linear-gradient(
to right,
var(--bs-body-color) ${({ thickness }) => thickness},
transparent ${({ thickness }) => thickness}
Expand Down

0 comments on commit 307dc05

Please sign in to comment.