Skip to content

Commit 11b5a8a

Browse files
committed
style: refine button styling for improved dark mode support
- Updated button background color in SlideshowEdit for better visibility in dark mode. - Enhanced dark mode styling consistency across the application.
1 parent 8aaad7d commit 11b5a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ export function SlideshowEdit(props: PageEditProps) {
869869
icon={<ShareAltOutlined />}
870870
onClick={handleShareSubmit}
871871
loading={isSharing}
872-
className="bg-green-600 hover:bg-green-700 border-none mt-2 dark:bg-green-300 dark:hover:bg-green-200"
872+
className="bg-green-600 hover:bg-green-700 border-none mt-2 dark:bg-green-500"
873873
>
874874
{t('common.copyShareLink')}
875875
</Button>

0 commit comments

Comments
 (0)