mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Fix styling
This commit is contained in:
parent
b49a57cfe5
commit
28336da83c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ defmodule LivebookWeb.CoreComponents do
|
|||
|
||||
~H"""
|
||||
<div class={[
|
||||
"shadow text-sm flex items-center space-x-3 rounded-lg px-4 py-2 border-l-4 rounded-l-none bg-white text-gray-700",
|
||||
"shadow text-sm rounded-lg px-4 py-2 border-l-4 rounded-l-none bg-white text-gray-700",
|
||||
@kind == :info && "border-blue-500",
|
||||
@kind == :success && "border-green-bright-400",
|
||||
@kind == :warning && "border-yellow-300",
|
||||
|
|
Loading…
Reference in a new issue