,
]
`;
diff --git a/components/tag/demo/colorful-inverse.md b/components/tag/demo/colorful-inverse.md
index 8c3af980fd..04c4f7d958 100644
--- a/components/tag/demo/colorful-inverse.md
+++ b/components/tag/demo/colorful-inverse.md
@@ -5,9 +5,3 @@
## en-US
Internal inverse color tag
-
-
diff --git a/components/tag/demo/colorful-inverse.tsx b/components/tag/demo/colorful-inverse.tsx
index 5d94f6358a..18b8f7a03a 100644
--- a/components/tag/demo/colorful-inverse.tsx
+++ b/components/tag/demo/colorful-inverse.tsx
@@ -1,23 +1,20 @@
import React from 'react';
-import { Divider, Tag } from 'antd';
+import { Space, Tag } from 'antd';
const App: React.FC = () => (
- <>
- Presets Inverse
-
- magenta
- red
- volcano
- orange
- gold
- lime
- green
- cyan
- blue
- geekblue
- purple
-
- >
+
+ magenta
+ red
+ volcano
+ orange
+ gold
+ lime
+ green
+ cyan
+ blue
+ geekblue
+ purple
+
);
export default App;
diff --git a/components/tag/demo/colorful.md b/components/tag/demo/colorful.md
index a8cec2e91b..b8f16f60e6 100644
--- a/components/tag/demo/colorful.md
+++ b/components/tag/demo/colorful.md
@@ -5,9 +5,3 @@
## en-US
We preset a series of colorful tag styles for use in different situations. You can also set it to a hex color string for custom color.
-
-
diff --git a/components/tag/demo/colorful.tsx b/components/tag/demo/colorful.tsx
index 55d43efff3..51e06f2a63 100644
--- a/components/tag/demo/colorful.tsx
+++ b/components/tag/demo/colorful.tsx
@@ -1,10 +1,10 @@
import React from 'react';
-import { Divider, Tag } from 'antd';
+import { Divider, Space, Tag } from 'antd';
const App: React.FC = () => (
<>
Presets
-