Skip to content

Commit

Permalink
Use the same text color for section ane modules in the outline
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarauna committed Sep 5, 2024
1 parent 702c005 commit b0d5819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/live/session_live/render.ex
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ defmodule LivebookWeb.SessionLive.Render do
<div :for={section_item <- @data_view.sections_items} class="flex flex-col">
<div class="flex justify-between items-center">
<button
class="grow flex items-baseline gap-1 text-gray-500 hover:text-gray-900 text-left"
class="grow flex items-baseline gap-1 text-gray-600 hover:text-gray-900 text-left"
data-el-outline-item
data-section-id={section_item.id}
>
Expand Down

0 comments on commit b0d5819

Please sign in to comment.