Commit be016a84 authored by Coung Ngo's avatar Coung Ngo

Fix $border-radius-base SCSS value

This variable was using the value 3px which is not in line
with our Pajama's 8px spacing system
parent d47ebd07
......@@ -6,7 +6,7 @@ $brand-info: $blue-500;
$brand-warning: $orange-500;
$brand-danger: $red-500;
$border-radius-base: 3px !default;
$border-radius-base: $gl-border-radius-base;
$modal-body-bg: $white;
$input-border: $border-color;
......
---
title: Fix border-radius-base SCSS value
merge_request: 35740
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment