feat: Redesign New Chat (#31)
* make subject is optional * redesign * search * fix * adjust
This commit is contained in:
@@ -23,11 +23,11 @@ impl Render for Tooltip {
|
||||
.p_2()
|
||||
.border_1()
|
||||
.border_color(cx.theme().border)
|
||||
.bg(cx.theme().surface_background)
|
||||
.shadow_lg()
|
||||
.bg(cx.theme().background)
|
||||
.shadow_md()
|
||||
.rounded_lg()
|
||||
.text_sm()
|
||||
.text_color(cx.theme().text_muted)
|
||||
.text_color(cx.theme().text)
|
||||
.line_height(relative(1.25))
|
||||
.child(self.text.clone()),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user