diff --git a/packages/desktop-client/src/components/sidebar.js b/packages/desktop-client/src/components/sidebar.js index 50027dccec458325500e66c1b9ca36ec764ffae2..eea86a9816fb2c090f768a621a2f8d3ea353e7a3 100644 --- a/packages/desktop-client/src/components/sidebar.js +++ b/packages/desktop-client/src/components/sidebar.js @@ -445,11 +445,8 @@ function Accounts({ function ToggleButton({ style, isFloating, onFloat }) { return ( - <View - className="float" - style={[style, { flexShrink: 0, color: colors.n5 }]} - > - <Button type="bare" onClick={onFloat}> + <View className="float" style={[style, { flexShrink: 0 }]}> + <Button type="bare" onClick={onFloat} color={colors.n5}> {isFloating ? ( <Pin style={{ diff --git a/upcoming-release-notes/1421.md b/upcoming-release-notes/1421.md new file mode 100644 index 0000000000000000000000000000000000000000..04b41597a34c7dab32a6f0f56d9e388bcccc5df6 --- /dev/null +++ b/upcoming-release-notes/1421.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Fix collapse/pin icon color in the sidenav