@@ -480,7 +480,7 @@ const styles = StyleSheet.create({
480480 justifyContent : "center" ,
481481 } ,
482482 headerButtonHovered : {
483- backgroundColor : "rgba(255,255,255,0.06)" ,
483+ backgroundColor : colors . glass ,
484484 borderRadius : 10 ,
485485 } ,
486486 headerNav : {
@@ -499,8 +499,8 @@ const styles = StyleSheet.create({
499499 justifyContent : "center" ,
500500 } ,
501501 navArrowHovered : {
502- backgroundColor : "rgba(138, 43, 226, 0.10)" ,
503- borderColor : "rgba(138, 43, 226, 0.20)" ,
502+ backgroundColor : colors . purpleMist ,
503+ borderColor : colors . purpleBorder ,
504504 } ,
505505 navArrowDisabled : {
506506 opacity : 0.4 ,
@@ -512,11 +512,11 @@ const styles = StyleSheet.create({
512512 } ,
513513 progressBarBg : {
514514 height : 2 ,
515- backgroundColor : "rgba(255,255,255,0.05)" ,
515+ backgroundColor : colors . glass ,
516516 } ,
517517 progressBarFill : {
518518 height : 2 ,
519- backgroundColor : "#8A2BE2" ,
519+ backgroundColor : colors . purple ,
520520 } ,
521521 centered : {
522522 flex : 1 ,
@@ -558,18 +558,18 @@ const styles = StyleSheet.create({
558558 headingLine : {
559559 flex : 1 ,
560560 height : 1 ,
561- backgroundColor : "rgba(255,255,255,0.06)" ,
561+ backgroundColor : colors . glass ,
562562 } ,
563563 headingText : {
564- color : "#9494A8" ,
564+ color : colors . textSecondary ,
565565 fontSize : 11 ,
566566 fontWeight : "700" ,
567567 letterSpacing : 3 ,
568568 textTransform : "uppercase" ,
569569 paddingHorizontal : 12 ,
570570 } ,
571571 chapterNumLarge : {
572- color : "#A855F7" ,
572+ color : colors . purpleGlow ,
573573 fontSize : 48 ,
574574 fontWeight : "200" ,
575575 textAlign : "center" ,
@@ -640,8 +640,8 @@ const styles = StyleSheet.create({
640640 borderColor : colors . glassBorder ,
641641 } ,
642642 bottomButtonHovered : {
643- backgroundColor : "rgba(138, 43, 226, 0.06)" ,
644- borderColor : "rgba(138, 43, 226, 0.20)" ,
643+ backgroundColor : colors . purpleMist ,
644+ borderColor : colors . purpleBorder ,
645645 } ,
646646 bottomButtonPressed : {
647647 backgroundColor : colors . purpleAccent ,
@@ -659,7 +659,7 @@ const styles = StyleSheet.create({
659659 color : colors . textGhost ,
660660 } ,
661661 verseLineSelected : {
662- backgroundColor : "rgba(138, 43, 226, 0.08)" ,
662+ backgroundColor : colors . purpleMist ,
663663 borderRadius : 8 ,
664664 marginHorizontal : - 4 ,
665665 paddingHorizontal : 8 ,
@@ -679,35 +679,35 @@ const styles = StyleSheet.create({
679679 paddingHorizontal : 12 ,
680680 paddingVertical : 6 ,
681681 borderRadius : 8 ,
682- backgroundColor : "rgba(255,255,255,0.06)" ,
682+ backgroundColor : colors . glass ,
683683 borderWidth : 1 ,
684- borderColor : "rgba(255,255,255,0.10)" ,
684+ borderColor : colors . glassBorder ,
685685 } ,
686686 verseActionPrimary : {
687- backgroundColor : "rgba(138, 43, 226, 0.12)" ,
688- borderColor : "rgba(138, 43, 226, 0.25)" ,
687+ backgroundColor : colors . purpleMist ,
688+ borderColor : colors . purpleAccent ,
689689 } ,
690690 verseActionRow : {
691691 flexDirection : "row" ,
692692 alignItems : "center" ,
693693 } ,
694694 verseActionText : {
695- color : "#9494A8" ,
695+ color : colors . textSecondary ,
696696 fontSize : 12 ,
697697 } ,
698698 verseActionPrimaryText : {
699- color : "#A855F7" ,
699+ color : colors . purpleGlow ,
700700 } ,
701701 copiedBadge : {
702- color : "#A855F7" ,
702+ color : colors . purpleGlow ,
703703 fontSize : 12 ,
704704 fontStyle : "italic" ,
705705 } ,
706706 verseActionActive : {
707- backgroundColor : "rgba(138, 43, 226, 0.12)" ,
708- borderColor : "rgba(138, 43, 226, 0.25)" ,
707+ backgroundColor : colors . purpleMist ,
708+ borderColor : colors . purpleBorder ,
709709 } ,
710710 verseActionActiveText : {
711- color : "#A855F7" ,
711+ color : colors . purpleGlow ,
712712 } ,
713713} ) ;
0 commit comments