update styles
This commit is contained in:
@@ -16,6 +16,7 @@ const textStyle: React.CSSProperties = {
|
|||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
lineHeight: "140%",
|
lineHeight: "140%",
|
||||||
letterSpacing: "0%",
|
letterSpacing: "0%",
|
||||||
|
marginBottom: 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function OpeningTimesBottomSheet({
|
export function OpeningTimesBottomSheet({
|
||||||
@@ -101,7 +102,7 @@ export function OpeningTimesBottomSheet({
|
|||||||
10:00 AM to 10:00 PM
|
10:00 AM to 10:00 PM
|
||||||
</ProText>
|
</ProText>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ display: "flex", justifyContent: "space-between" }}>
|
<div style={{ display: "flex", justifyContent: "space-between"}}>
|
||||||
<ProText
|
<ProText
|
||||||
type="secondary"
|
type="secondary"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.descIconsContainer {
|
.descIconsContainer {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDescriptionIconsContainer {
|
.itemDescriptionIconsContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user