Fixed overlap

pull/5806/head
Cagatay Civici 2024-05-30 13:23:16 +03:00
parent 720e7d332e
commit 0a800ed8e1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default {
width: '{focus.ring.width}', width: '{focus.ring.width}',
style: '{focus.ring.style}', style: '{focus.ring.style}',
color: '{focus.ring.color}', color: '{focus.ring.color}',
offset: '-1px', offset: '-2px',
shadow: '{focus.ring.shadow}' shadow: '{focus.ring.shadow}'
}, },
gap: '0.25rem' gap: '0.25rem'