瀏覽代碼

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>


Loading…
取消
儲存