chore: update daily review dialog style

pull/135/head
boojack 3 years ago
parent 12b373701b
commit 2d093d5be0

@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => {
<button className="btn-text" onClick={handleShareBtnClick}>
<i className="fa-solid fa-share-nodes icon-img"></i>
</button>
<span className="split-line">/</span>
<button className="btn-text" onClick={() => props.destroy()}>
<i className="fa-solid fa-xmark fa-lg icon-img"></i>
</button>

@ -10,7 +10,7 @@
@apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0;
> .title-text {
@apply cursor-pointer select-none rounded hover:bg-gray-100;
@apply px-2 py-1 -ml-2 cursor-pointer select-none rounded hover:bg-gray-100;
}
> .btns-container {
@ -27,6 +27,10 @@
@apply ~"p-0.5";
}
}
> .split-line {
@apply font-mono text-gray-300 mr-2;
}
}
> .date-picker {

Loading…
Cancel
Save