Improve styling of mglass icon & search switches
This commit is contained in:
parent
cf060f0011
commit
e4871afaf3
1 changed files with 5 additions and 4 deletions
|
@ -22,8 +22,8 @@ export default function search(): any {
|
||||||
padding: {
|
padding: {
|
||||||
top: 3,
|
top: 3,
|
||||||
bottom: 3,
|
bottom: 3,
|
||||||
left: 12,
|
left: 10,
|
||||||
right: 8,
|
right: 4,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ export default function search(): any {
|
||||||
corner_radius: 2,
|
corner_radius: 2,
|
||||||
border: border(theme.highest, "on"),
|
border: border(theme.highest, "on"),
|
||||||
margin: {
|
margin: {
|
||||||
right: 4,
|
right: 2,
|
||||||
},
|
},
|
||||||
padding: {
|
padding: {
|
||||||
bottom: 6,
|
bottom: 6,
|
||||||
|
@ -177,7 +177,8 @@ export default function search(): any {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
padding: { right: 6 }
|
margin: { right: 6 },
|
||||||
|
padding: { left: 4 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue