Skip to content

Commit

Permalink
Integrate Changes
Browse files Browse the repository at this point in the history
Integrate Changes
  • Loading branch information
LuquinhasSG authored Apr 3, 2024
2 parents f8ced2b + 6e7b669 commit c9931d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-polar-bear",
"version": "4.3.1",
"version": "4.3.2",
"author": "adapcon",
"scripts": {
"storybook": "start-storybook --quiet -p 6006 -s ./src/static",
Expand Down
6 changes: 5 additions & 1 deletion src/components/DataVisualization/RadialBar/RadialBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{{ computedValue }}
</text>
</svg>
<p class="pb-light">
<p class="pb-light label">
{{ label }}
</p>
<div style="display: flex; flex-wrap: wrap">
Expand Down Expand Up @@ -123,6 +123,10 @@ export default {
align-items: center;
max-width: 100px;
.label {
text-align: center;
}
.text {
font-size: 16px;
font-weight: bold;
Expand Down

0 comments on commit c9931d9

Please sign in to comment.