Skip to content

Commit

Permalink
#25125 changed colors in addiotnal fields renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofBrylski committed Aug 12, 2024
1 parent 604ae40 commit 35f5abb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugin-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "flotiq.kanban-view",
"name": "Kanban view",
"description": "This plugin will change Content Objects grid into kanban board for selected Content Definition. ",
"version": "1.0.2",
"version": "1.0.3",
"repository": "https://github.com/flotiq/flotiq-ui-react-plugin-kanban-board",
"url": "https://localhost:3050/static/js/bundle.js",
"permissions": [
Expand Down
6 changes: 3 additions & 3 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@
}

.mode-dark .kanban-board__card-additional-field-select-radio-renderer-value{
background-color: transparent!important;
border: 1px solid #8EA1B8!important;
color: #8EA1B8!important;
background-color: #2e3b1d;
border: 1px solid #e4f9b9;
color: #e4f9b9;
}

/** loader */
Expand Down

0 comments on commit 35f5abb

Please sign in to comment.