Themes: Update themes border radius (#111478)
* Themes: Update themes border radius * Update * md, sm, lg * Fixes * Updated snapshot * update * Update * Update * Fixes --------- Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
co-authored by
Ashley Harrison
parent
1f84b979a2
commit
25d1a03187
@@ -131,8 +131,8 @@ $headings-line-height: ${theme.typography.bodySmall.lineHeight} !default;
|
||||
$border-width: 1px !default;
|
||||
|
||||
$border-radius: ${theme.shape.radius.default} !default;
|
||||
$border-radius-lg: ${theme.shape.borderRadius(3)} !default;
|
||||
$border-radius-sm: ${theme.shape.radius.default} !default;
|
||||
$border-radius-lg: ${theme.shape.radius.lg} !default;
|
||||
$border-radius-sm: ${theme.shape.radius.sm} !default;
|
||||
|
||||
// Page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user