Parcourir la source

update status margin

master
Anna Ho il y a 1 an
Parent
révision
cf6a571203
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/utils/statusUtils/Base.js

+ 1
- 1
src/utils/statusUtils/Base.js Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer