Skip to content

Commit

Permalink
🐛(ozi-new interactive): fix disclaimer text styling
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 24, 2024
1 parent 771d1bd commit 3d8864a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozi/new/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def _return_none() -> None:
style_dict.update(
{
'dialog.body admonition-list': '#e1e7ef',
'dialog.body admonition': '#030711',
'dialog.body admonition-selected': 'bg:#030711 fg:#030711',
'dialog.body admonition': '#e1e7ef',
'dialog.body admonition-selected': '#030711',
'dialog.body admonition-checked': '#030711',
},
)
Expand Down

0 comments on commit 3d8864a

Please sign in to comment.