Skip to content

Commit

Permalink
fix(aside): title in custom fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 31, 2023
1 parent f9ab535 commit 0b4dddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/>
<InputText
v-model="PROJECT.nameRaw"
class="wb-text font-raleway bg-transparent py-0.5 rounded hover:bg-theme-background-opacity-1 focus:bg-theme-background-opacity-1 font-bold w-2/3 text-left truncate"
class="wb-text bg-transparent py-0.5 rounded hover:bg-theme-background-opacity-1 focus:bg-theme-background-opacity-1 font-bold w-2/3 text-left truncate"
/>
</div>
<AsideGraphChapters v-if="PROJECT.type !== 'only-annotations'" />
Expand Down

0 comments on commit 0b4dddb

Please sign in to comment.