Skip to content

Commit

Permalink
fix: chat action button style (#7766)
Browse files Browse the repository at this point in the history
  • Loading branch information
donteatfriedrice committed Aug 7, 2024
1 parent f3855c5 commit 352ceca
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class ChatActionList extends LitElement {
.action {
width: fit-content;
height: 32px;
padding: 12px;
padding: 4px 18px;
box-sizing: border-box;
border-radius: 8px;
border: 1px solid var(--affine-border-color);
Expand All @@ -43,11 +43,12 @@ export class ChatActionList extends LitElement {
flex-direction: row;
align-items: center;
gap: 4px;
font-size: 15px;
font-size: var(--affine-font-sm);
font-weight: 500;
color: var(--affine-text-primary-color);
cursor: pointer;
user-select: none;
line-height: 22px;
}
.action svg {
color: var(--affine-icon-color);
Expand Down

0 comments on commit 352ceca

Please sign in to comment.