File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const DashboardPage = () => {
116116 onClick = { handleOpenModal }
117117 className = "px-4 py-2 font-semibold bg-blue-600 text-white rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-75"
118118 >
119- + Add Transaction
119+ < span className = 'text-2xl' > + </ span > Add Transaction
120120 </ button >
121121 </ div >
122122
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ const TransactionsPage = () => {
249249 Manage Categories
250250 </ button >
251251 < button onClick = { ( ) => handleOpenTransactionModal ( ) } className = "px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700" >
252- Add Transaction
252+ < span className = 'text-2xl' > + </ span > Add Transaction
253253 </ button >
254254 < button
255255 onClick = { handleExportCSV }
You can’t perform that action at this time.
0 commit comments