chore: update daily review dialog style

This commit is contained in:
boojack 2022-07-28 23:38:09 +08:00
parent 12b373701b
commit 2d093d5be0
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -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 {