Skip to content

Commit 4854ebb

Browse files
fix: use neutral background for not-logged-in message in handleNotLoggedInProfile
Agent-Logs-Url: https://github.com/SolidOS/solid-ui/sessions/b4ca60b7-29b9-4e38-b679-9657c19bc7b0 Co-authored-by: SharonStrats <9412507+SharonStrats@users.noreply.github.com>
1 parent fd9904a commit 4854ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/login/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export async function ensureLoadedProfile (
195195
`[data-login-message="${notLoggedInMessageKey}"]`
196196
)
197197
if (!existingMessage) {
198-
const errorBlock = widgets.errorMessageBlock(context.dom, notLoggedInMessage)
198+
const errorBlock = widgets.errorMessageBlock(context.dom, notLoggedInMessage, 'white')
199199
errorBlock.setAttribute('data-login-message', notLoggedInMessageKey)
200200
context.div.appendChild(errorBlock)
201201
}

0 commit comments

Comments
 (0)