From faeaff20f1b63e1b14e66b949a3bc12da21a123b Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 23 Jun 2025 14:31:35 -0500 Subject: [PATCH] Style the prompt empty state --- app/assets/stylesheets/actiontext-lexical.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/actiontext-lexical.css b/app/assets/stylesheets/actiontext-lexical.css index 5e1ab771e..dac5999f8 100644 --- a/app/assets/stylesheets/actiontext-lexical.css +++ b/app/assets/stylesheets/actiontext-lexical.css @@ -192,4 +192,10 @@ margin: 0; } } + + /* Empty state */ + .lexical-prompt-menu__item--empty { + color: var(--color-ink-medium); + padding: var(--lexical-prompt-padding); + } }