Skip to content

Commit c0e5d94

Browse files
authored
[ROGUE-2250] Increasing the size of the presence indicator (#551)
Task on Runway [ROGUE-2250](https://nitro.powerhrg.com/runway/backlog_items/ROGUE-2250). Increases the size of the PBOnlineStatus view by 4 points, to more closely match the expected size of playbook web
1 parent b61e16c commit c0e5d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Playbook/Components/Online Status/PBOnlineStatus.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ public extension PBOnlineStatus {
8080

8181
private var _size: CGFloat {
8282
switch size {
83-
case .small: return hasBorder ? 8 : 6
84-
case .medium: return hasBorder ? 10 : 8
85-
case .large: return hasBorder ? 12 : 10
83+
case .small: return hasBorder ? 12 : 10
84+
case .medium: return hasBorder ? 14 : 12
85+
case .large: return hasBorder ? 16 : 14
8686
}
8787
}
8888

0 commit comments

Comments
 (0)