Skip to content

Commit 67b3415

Browse files
committedMar 20, 2025
remove italic style in column types
1 parent b7dadcb commit 67b3415

File tree

1 file changed

+1
-1
lines changed
  • packages/web-console/src/scenes/Schema/Row

1 file changed

+1
-1
lines changed
 

‎packages/web-console/src/scenes/Schema/Row/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ const Row = ({
309309
)}
310310

311311
{type && (
312-
<Type _style="italic" color="gray2" transform="lowercase">
312+
<Type color="gray2" transform="lowercase">
313313
({type})
314314
</Type>
315315
)}

0 commit comments

Comments
 (0)
Failed to load comments.