Skip to content
Snippets Groups Projects
Unverified Commit a3c59f1e authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: fix side-nav collapse/pin icon color (#1421)


Closes #1416

---------

Co-authored-by: default avatarJed Fox <git@jedfox.com>
parent 73289148
No related branches found
No related tags found
No related merge requests found
...@@ -445,11 +445,8 @@ function Accounts({ ...@@ -445,11 +445,8 @@ function Accounts({
function ToggleButton({ style, isFloating, onFloat }) { function ToggleButton({ style, isFloating, onFloat }) {
return ( return (
<View <View className="float" style={[style, { flexShrink: 0 }]}>
className="float" <Button type="bare" onClick={onFloat} color={colors.n5}>
style={[style, { flexShrink: 0, color: colors.n5 }]}
>
<Button type="bare" onClick={onFloat}>
{isFloating ? ( {isFloating ? (
<Pin <Pin
style={{ style={{
......
---
category: Bugfix
authors: [MatissJanis]
---
Fix collapse/pin icon color in the sidenav
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment