mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Merge pull request #2315 from urbit/mp/os1/weather/hotfix-border
weather: add border to manual entry
This commit is contained in:
commit
7d4f9bc6b2
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