changed border handling

This commit is contained in:
Florian Scholdei
2019-01-29 16:38:01 +01:00
parent 9959eb375b
commit d70c2bd624
4 changed files with 9 additions and 9 deletions

View File

@@ -11,8 +11,7 @@ type Props = {
const styles = {
wrapper: {
padding: "1rem 1.5rem 0.25rem 1.5rem",
border: "1px solid #eee",
borderRadius: "5px 5px 0 0"
borderBottom: "1px solid #dbdbdb"
}
};