소스 검색

update status margin

master
Anna Ho 1 년 전
부모
커밋
cf6a571203
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/utils/statusUtils/Base.js

+ 1
- 1
src/utils/statusUtils/Base.js 파일 보기

@@ -2,7 +2,7 @@ import { Typography } from "@mui/material"

export function getStatusTag({ color = "#000", textColor = "#FFF", text = "" }) {
return (
<div style={{ borderRadius: "25px", "background": color, "color": textColor, "padding": "5px 10px 5px 10px", margin: "6px 4px 6px 4px" }}>
<div style={{ borderRadius: "25px", "background": color, "color": textColor, "padding": "5px 10px 5px 10px", margin: "6px 0px 6px 0px" }}>
<Typography variant="h6">
{text}
</Typography>


불러오는 중...
취소
저장