Skip to content

Commit 352da3a

Browse files
committed
unused base
1 parent baef163 commit 352da3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-cra/src/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { ReactComponent as TerraformLogo } from '../assets/img/terraform-logo.sv
1818
import WeaveGitOps from '../assets/img/weave-logo.svg';
1919
import { Routes } from '../utils/nav';
2020

21-
const { xxs, xs, small, base, medium } = theme.spacing;
21+
const { xxs, xs, small, medium } = theme.spacing;
2222
const { neutral10, neutral30, neutral40, primary } = theme.colors;
2323

2424
interface SubNavItem {

0 commit comments

Comments
 (0)