← All changes
|
src/editor/components/footers/SimpleStringStart.tsx
+2
-3
1.10.0
→
1.13.0
View file →
| @@ -1,7 +1,6 @@ | ||
| 1 | 1 | import { colord, AnyColor } from 'colord'; |
| 2 | -import { Lang } from 'shiki'; | |
| 3 | -import { Attributes } from '../../../types'; | |
| 2 | +import { Attributes, Lang } from '../../../types'; | |
| 4 | 3 | import { languages } from '../../../util/languages'; |
| 5 | 4 | |
| 6 | 5 | export const SimpleStringStart = ({ |
| 7 | 6 | language, |
| @@ -19,9 +18,9 @@ | ||
| 19 | 18 | <span |
| 20 | 19 | style={{ |
| 21 | 20 | display: 'flex', |
| 22 | 21 | alignItems: 'flex-end', |
| 23 | - padding: disablePadding ? '10px 0 0 0' : '10px 10px 10px 16px', | |
| 22 | + padding: disablePadding ? '10px 0 0 0' : '10px', | |
| 24 | 23 | width: '100%', |
| 25 | 24 | justifyContent: 'flex-start', |
| 26 | 25 | backgroundColor: bgC.toHex(), |
| 27 | 26 | color: text.toHex(), |