Skip to content

Commit

Permalink
Update global button styles (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolodamico authored Jul 21, 2021
1 parent 700f5bc commit 3264539
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/scenes/trends/PersonModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}

.ant-btn {
border-radius: 4px;
color: var(--primary);
}
}
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ code.code {

// Button styles

button.ant-btn {
border-radius: $button_radius;
}

.btn-close {
color: $text_muted;
}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ $gosha_sans: 'GoshaSans-Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Ro

$default_spacing: 16px;
$radius: 2px;
$button_radius: 4px;
$top_nav_height: 50px;

.text-ellipsis {
Expand Down

0 comments on commit 3264539

Please sign in to comment.