diff --git a/Anytype/Sources/PresentationLayer/TextEditor/Set/Views/Header/SetHeaderSettingsView.swift b/Anytype/Sources/PresentationLayer/TextEditor/Set/Views/Header/SetHeaderSettingsView.swift index 60fef92d22..0794704dac 100644 --- a/Anytype/Sources/PresentationLayer/TextEditor/Set/Views/Header/SetHeaderSettingsView.swift +++ b/Anytype/Sources/PresentationLayer/TextEditor/Set/Views/Header/SetHeaderSettingsView.swift @@ -52,7 +52,7 @@ struct SetHeaderSettingsView: View { Rectangle() .fill(Color.clear) .frame(width: 1, height: 28) - .background(model.isActiveCreateButton ? Color.Control.accent80 : Color.Control.transparentSecondary) + .background(model.isActiveCreateButton ? Color.Control.accent80 : Color.Shape.transperentSecondary) StandardButton(.image(.X18.listArrow), style: .primaryXSmall, corners: [.topRight, .bottomRight]) { UISelectionFeedbackGenerator().selectionChanged() model.onSecondaryCreateTap()