Skip to content

Commit 26b1e82

Browse files
refactor(wheel): change wheel width
1 parent 33e5457 commit 26b1e82

File tree

1 file changed

+13
-13
lines changed
  • src/pages/home/sections/EventLoop/Wheel

1 file changed

+13
-13
lines changed

src/pages/home/sections/EventLoop/Wheel/Wheel.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ function Wheel() {
135135
id="center-mock-outer"
136136
cx="0"
137137
cy="0"
138-
r="73"
138+
r="69"
139139
fill={colors.background}
140140
/>
141141
<path
142142
id={POINTER_BOTTOM_ID}
143-
d="M 0 0 L 73 0 A 72 72 0 0 1 69.65 22.65 Z"
143+
d="M 0 0 L 69 0 A 68 68 0 0 1 65.41 21.39 Z"
144144
fill={colors.pointer}
145145
transform={`rotate(${POINTER_OFFSET})`}
146146
/>
@@ -162,47 +162,47 @@ function Wheel() {
162162
id="center-mock-inner"
163163
cx="0"
164164
cy="0"
165-
r="70"
165+
r="66"
166166
fill={colors.background}
167167
/>
168168
<text
169-
x="-81"
170-
y="-39"
169+
x="-79"
170+
y="-38"
171171
fill={colors.text}
172172
font-size="9px"
173173
font-weight="bold"
174174
>
175175
mT<title>Microtask</title>
176176
</text>
177177
<text
178-
x="66"
179-
y="-39"
178+
x="65"
179+
y="-38"
180180
fill={colors.text}
181181
font-size="9px"
182182
font-weight="bold"
183183
>
184184
mT<title>Microtask</title>
185185
</text>
186186
<text
187-
x="66"
188-
y="45"
187+
x="65"
188+
y="44"
189189
fill={colors.text}
190190
font-size="9px"
191191
font-weight="bold"
192192
>
193193
mT<title>Microtask</title>
194194
</text>
195195
<text
196-
x="-81"
197-
y="45"
196+
x="-79"
197+
y="44"
198198
fill={colors.text}
199199
font-size="9px"
200200
font-weight="bold"
201201
>
202202
mT<title>Microtask</title>
203203
</text>
204204
<text
205-
x="82"
205+
x="80"
206206
y="3"
207207
fill={colors.text}
208208
font-size="9px"
@@ -211,7 +211,7 @@ function Wheel() {
211211
R<title>Render</title>
212212
</text>
213213
<text
214-
x="-88"
214+
x="-86"
215215
y="3"
216216
fill={colors.text}
217217
font-size="9px"

0 commit comments

Comments
 (0)