Skip to content

Commit 79647b4

Browse files
committed
feat(theme): add mono font family to Textarea base style
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
1 parent 8f691f2 commit 79647b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const theme: HopeThemeConfig = {
5454
},
5555
Textarea: {
5656
baseStyle: {
57+
fontFamily: "$mono",
5758
rounded: "$lg",
5859
_focus: {
5960
boxShadow: "unset",

0 commit comments

Comments
 (0)