feat: circle size is now 0.5rem
This commit is contained in:
parent
3d4ef46438
commit
fa4c8da495
1 changed files with 3 additions and 3 deletions
|
|
@ -35,8 +35,8 @@ class StatusIndicator extends WebComponent {
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
width: '10px',
|
width: '0.5rem',
|
||||||
height: '10px',
|
height: '0.5rem',
|
||||||
backgroundColor: `rgb(${statusColor})`,
|
backgroundColor: `rgb(${statusColor})`,
|
||||||
marginRight: '0.05rem',
|
marginRight: '0.05rem',
|
||||||
...(this.props.pulse ? this.#pulseAnimationCSSRules : [])
|
...(this.props.pulse ? this.#pulseAnimationCSSRules : [])
|
||||||
|
|
@ -62,4 +62,4 @@ class StatusIndicator extends WebComponent {
|
||||||
|
|
||||||
customElements.define('status-indicator', StatusIndicator)
|
customElements.define('status-indicator', StatusIndicator)
|
||||||
|
|
||||||
export default StatusIndicator
|
export default StatusIndicator
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue