mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
weather: add border to manual entry
This commit is contained in:
parent
76576003be
commit
eec6713338
File diff suppressed because one or more lines are too long
@ -143,7 +143,7 @@ export default class WeatherTile extends Component {
|
|||||||
onClick={() => this.locationSubmit()}>Detect -></a>
|
onClick={() => this.locationSubmit()}>Detect -></a>
|
||||||
}
|
}
|
||||||
return this.renderWrapper(
|
return this.renderWrapper(
|
||||||
<div className="pa2 w-100 h-100 bg-white black">
|
<div className="pa2 w-100 h-100 bg-white black b--black ba">
|
||||||
<a
|
<a
|
||||||
className="f9 black pointer"
|
className="f9 black pointer"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user