mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 17:11:43 +03:00
decreased roundness
This commit is contained in:
parent
1f0fc96d28
commit
3fee74d15e
@ -50,7 +50,7 @@
|
||||
on:mouseleave={onDismiss}
|
||||
on:blur={onDismiss}
|
||||
style="position: absolute; top:{pos.y}px; left:{pos.x}px"
|
||||
class="flex flex-col rounded-lg border-light-400 bg-white shadow dark:border-dark-500 dark:bg-dark-700 p-1 border"
|
||||
class="flex flex-col rounded border-light-400 bg-white shadow dark:border-dark-500 dark:bg-dark-700 p-1 border"
|
||||
>
|
||||
<slot {item} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user