first commit
This commit is contained in:
17
calcom/packages/embeds/embed-core/tailwind.config.js
Normal file
17
calcom/packages/embeds/embed-core/tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const base = require("@calcom/config/tailwind-preset");
|
||||
|
||||
module.exports = {
|
||||
...base,
|
||||
content: ["**/*Html.ts"],
|
||||
theme: {
|
||||
...base.theme,
|
||||
extend: {
|
||||
...base.theme.extend,
|
||||
colors: {
|
||||
...base.theme.extend.colors,
|
||||
// Set default as black
|
||||
brand: "var(--cal-brand-color, black)",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user