Commit 2d093d5b authored by boojack's avatar boojack

chore: update daily review dialog style

parent 12b37370
...@@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => { ...@@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => {
<button className="btn-text" onClick={handleShareBtnClick}> <button className="btn-text" onClick={handleShareBtnClick}>
<i className="fa-solid fa-share-nodes icon-img"></i> <i className="fa-solid fa-share-nodes icon-img"></i>
</button> </button>
<span className="split-line">/</span>
<button className="btn-text" onClick={() => props.destroy()}> <button className="btn-text" onClick={() => props.destroy()}>
<i className="fa-solid fa-xmark fa-lg icon-img"></i> <i className="fa-solid fa-xmark fa-lg icon-img"></i>
</button> </button>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0; @apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0;
> .title-text { > .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 { > .btns-container {
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
@apply ~"p-0.5"; @apply ~"p-0.5";
} }
} }
> .split-line {
@apply font-mono text-gray-300 mr-2;
}
} }
> .date-picker { > .date-picker {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment