Skip to content

Commit

Permalink
Update decoration-patty.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Nov 26, 2024
1 parent 347597a commit 6c496ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import React, { useState, useEffect } from "react";
import styles from "./decoration-patty.module.css";
import { skinVars } from "@telefonica/mistica";

const DecorationPatty = ({
size = 120,
color = "transparent",
background = "transparent",
text = "",
textColor = "#000",
textColor = skinVars.colors.brand,
textSize = 10,
children,
stroke = "1.5",
Expand Down

0 comments on commit 6c496ac

Please sign in to comment.