summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/diff-changes.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/diff-changes.css')
-rw-r--r--packages/ui/src/components/diff-changes.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/ui/src/components/diff-changes.css b/packages/ui/src/components/diff-changes.css
index be3cca885..1d1ed8c9d 100644
--- a/packages/ui/src/components/diff-changes.css
+++ b/packages/ui/src/components/diff-changes.css
@@ -7,7 +7,7 @@
[data-slot="diff-changes-additions"] {
font-family: var(--font-family-mono);
font-feature-settings: var(--font-family-mono--font-feature-settings);
- font-size: var(--font-size-small);
+ font-size: 14px;
font-style: normal;
font-weight: var(--font-weight-regular);
line-height: var(--line-height-large);
@@ -19,7 +19,7 @@
[data-slot="diff-changes-deletions"] {
font-family: var(--font-family-mono);
font-feature-settings: var(--font-family-mono--font-feature-settings);
- font-size: var(--font-size-small);
+ font-size: 14px;
font-style: normal;
font-weight: var(--font-weight-regular);
line-height: var(--line-height-large);
@@ -31,11 +31,12 @@
[data-component="diff-changes"][data-variant="bars"] {
width: 18px;
+ height: 14px;
flex-shrink: 0;
svg {
display: block;
width: 100%;
- height: auto;
+ height: 100%;
}
}