Make RECALC button btn-primary (blue) for visibility
This commit is contained in:
@@ -122,7 +122,7 @@ export default function RosterPage() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<button onClick={handleRecalc} className="btn-secondary">
|
||||
<button onClick={handleRecalc} className="btn-primary">
|
||||
<RefreshCw size={16} className="inline mr-1" />
|
||||
RECALC
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user