@pingux/astro 1.30.0-alpha.5 → 1.30.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,11 +155,12 @@ var wrapper = {
|
|
155
155
|
var lineNo = {
|
156
156
|
display: 'table-cell',
|
157
157
|
userSelect: 'none',
|
158
|
-
|
158
|
+
px: 5,
|
159
159
|
m: '0 10px 0 0',
|
160
160
|
bg: 'accent.30',
|
161
161
|
minWidth: 26,
|
162
|
-
color: 'white'
|
162
|
+
color: 'white',
|
163
|
+
lineHeight: '20px'
|
163
164
|
};
|
164
165
|
var _default = {
|
165
166
|
theme: theme,
|
@@ -146,11 +146,12 @@ var wrapper = {
|
|
146
146
|
var lineNo = {
|
147
147
|
display: 'table-cell',
|
148
148
|
userSelect: 'none',
|
149
|
-
|
149
|
+
px: 5,
|
150
150
|
m: '0 10px 0 0',
|
151
151
|
bg: 'accent.30',
|
152
152
|
minWidth: 26,
|
153
|
-
color: 'white'
|
153
|
+
color: 'white',
|
154
|
+
lineHeight: '20px'
|
154
155
|
};
|
155
156
|
export default {
|
156
157
|
theme: theme,
|