Skip to content

Commit

Permalink
fix(ExampleComponent): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cjambrosi committed Oct 30, 2023
1 parent 63500eb commit af69a34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/ExampleComponent/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from 'styled-components';
import Link from 'next-intl/link';
import styled from 'styled-components';

export const MainContainer = styled.main`
display: flex;
Expand Down Expand Up @@ -53,7 +53,9 @@ export const MainContainer = styled.main`
border-radius: var(--border-radius);
background: rgba(var(--card-rgb), 0);
border: 1px solid rgba(var(--card-border-rgb), 0);
transition: background 200ms, border 200ms;
transition:
background 200ms,
border 200ms;
}
.card span {
Expand Down

0 comments on commit af69a34

Please sign in to comment.