mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 14:04:31 +08:00
Fix custom views icon spacing
This commit is contained in:
parent
ed3e53a337
commit
a7caa429b0
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ defmodule LivebookWeb.SessionLive.Render do
|
|||
aria-label="choose views to activate"
|
||||
data-el-views-enabled
|
||||
>
|
||||
<.remix_icon icon="layout-5-line" class="text-xl text-green-bright-400" />
|
||||
<.remix_icon icon="layout-5-line" />
|
||||
</button>
|
||||
</:toggle>
|
||||
<.menu_item>
|
||||
|
|
Loading…
Add table
Reference in a new issue