Add forward and backward navigation buttons to toolbar
This commit is contained in:
@@ -139,6 +139,15 @@ export default function workspace(theme: Theme) {
|
||||
background: backgroundColor(theme, 500),
|
||||
border: border(theme, "secondary", { bottom: true }),
|
||||
itemSpacing: 8,
|
||||
navButton: {
|
||||
color: iconColor(theme, "secondary"),
|
||||
iconWidth: 8,
|
||||
buttonWidth: 12,
|
||||
margin: { left: 8, right: 8 },
|
||||
hover: {
|
||||
color: iconColor(theme, "active"),
|
||||
},
|
||||
},
|
||||
padding: { left: 16, right: 8, top: 4, bottom: 4 },
|
||||
},
|
||||
breadcrumbs: {
|
||||
|
||||
Reference in New Issue
Block a user