Skip to content

Commit 28e1793

Browse files
committed
Improve styling of 'suggest changes' text
1 parent 651595a commit 28e1793

File tree

1 file changed

+4
-1
lines changed
  • src/components/elements/edit-on-github

1 file changed

+4
-1
lines changed

src/components/elements/edit-on-github/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ import { styled } from '@/styles';
55
import { PencilSimple } from '@/components/elements/icon';
66
import { Link } from '@/components/elements/link';
77

8-
const EditText = styled.em`
8+
const EditText = styled.p`
99
margin-top: 20px;
1010
display: flex;
1111
align-items: center;
12+
justify-content: right;
1213
gap: 5px;
1314
color: ${({ theme }) => theme.colors.text.darkGrey};
1415
16+
opacity: 0.8;
17+
1518
a {
1619
color: ${({ theme }) => theme.colors.text.darkGrey};
1720
text-decoration: underline;

0 commit comments

Comments
 (0)