update border radius

This commit is contained in:
Mutasem 2021-10-28 18:11:15 +02:00
parent 5438342a35
commit c79fcf376e

View file

@ -41,7 +41,7 @@ export default Vue.extend({
height: this.size + 'px', height: this.size + 'px',
'font-size': this.size + 'px', 'font-size': this.size + 'px',
'line-height': this.size + 'px', 'line-height': this.size + 'px',
'border-radius': this.circle ? '50%': '4px', 'border-radius': this.circle ? '50%': '2px',
}; };
}, },
fontStyleData (): object { fontStyleData (): object {
@ -92,7 +92,7 @@ export default Vue.extend({
.node-icon-wrapper { .node-icon-wrapper {
width: 26px; width: 26px;
height: 26px; height: 26px;
border-radius: 4px; border-radius: 2px;
color: #444; color: #444;
line-height: 26px; line-height: 26px;
font-size: 1.1em; font-size: 1.1em;