Skip to content

Commit

Permalink
feat: make title text color slightly shallower
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Jul 11, 2024
1 parent aa0893b commit e8f1c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cassette/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub fn app_page(props: &AppPageProps) -> Html {
.replace('_', " ");
let brand = html! (
<MastheadBrand>
<div style="display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; user-select: none;">
<div style="display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; user-select: none; color: #DEDEDE;">
<Brand src="assets/images/icons/logo.webp" alt="Main Logo" style="--pf-v5-c-brand--Height: 36px;"/>
<Title size={Size::XLarge} >
{ title }
Expand Down

0 comments on commit e8f1c50

Please sign in to comment.