fix contrasts
This commit is contained in:
@ -39,8 +39,8 @@ const AboutPreview = ({ widgetFor, widgetsFor, entry, fields, collection }) => {
|
||||
h(
|
||||
"div",
|
||||
{ className: "text-center" },
|
||||
h("h2", { className: "count text-white" }, element.count),
|
||||
h("h5", { className: "text-white" }, element.name)
|
||||
h("h2", { className: "count text-secondary" }, element.count),
|
||||
h("h5", { className: "text-secondary" }, element.name)
|
||||
)
|
||||
);
|
||||
})
|
||||
|
@ -48,7 +48,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
|
||||
"div",
|
||||
{
|
||||
className:
|
||||
"col-md-3 text-center p-4 bg-primary text-white rounded",
|
||||
"col-md-3 text-center p-4 bg-primary text-secondary",
|
||||
},
|
||||
h(
|
||||
"div",
|
||||
|
Reference in New Issue
Block a user