mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
fix(toast): update ExitCodeToast styling and layout
This commit is contained in:
parent
8de69204f1
commit
378d568694
@ -45,9 +45,9 @@ const ExitCodeToast = ({
|
||||
message: string;
|
||||
colorClass: string;
|
||||
}) => (
|
||||
<div className="bg-background text-foreground w-full rounded-md border px-4 py-3 shadow-lg sm:w-[var(--width)]">
|
||||
<div className="bg-background text-foreground w-full rounded-md border px-4 py-1 shadow-lg sm:w-[var(--width)]">
|
||||
<div className="flex gap-2">
|
||||
<div className="flex grow gap-3">
|
||||
<div className="flex items-center grow gap-3">
|
||||
<Icon
|
||||
className={`mt-0.5 shrink-0 ${colorClass}`}
|
||||
size={16}
|
||||
|
Loading…
Reference in New Issue
Block a user