mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
Fix font size bug in tag component
- an inherited large font size makes the icon shift vertically
This commit is contained in:
parent
2f24c3eca6
commit
974055dc85
@ -20,7 +20,7 @@
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="tag"
|
||||
class="tag text-base-11 text-semibold"
|
||||
class:success={color == 'success'}
|
||||
class:error={color == 'error'}
|
||||
class:warning={color == 'warning'}
|
||||
@ -33,7 +33,7 @@
|
||||
on:click
|
||||
role={clickable ? 'button' : undefined}
|
||||
>
|
||||
<span class="label text-base-11 text-semibold">
|
||||
<span class="label">
|
||||
<slot />
|
||||
</span>
|
||||
{#if icon}
|
||||
|
Loading…
Reference in New Issue
Block a user