We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651595a commit 28e1793Copy full SHA for 28e1793
src/components/elements/edit-on-github/index.tsx
@@ -5,13 +5,16 @@ import { styled } from '@/styles';
5
import { PencilSimple } from '@/components/elements/icon';
6
import { Link } from '@/components/elements/link';
7
8
-const EditText = styled.em`
+const EditText = styled.p`
9
margin-top: 20px;
10
display: flex;
11
align-items: center;
12
+ justify-content: right;
13
gap: 5px;
14
color: ${({ theme }) => theme.colors.text.darkGrey};
15
16
+ opacity: 0.8;
17
+
18
a {
19
20
text-decoration: underline;
0 commit comments