Skip to content

Commit 40e819f

Browse files
committed
docs: fix typo (creativetimofficial#869)
1 parent 8718792 commit 40e819f

File tree

8 files changed

+383
-386
lines changed

8 files changed

+383
-386
lines changed

documentation/react/alert.mdx

+57-57
Original file line numberDiff line numberDiff line change
@@ -697,157 +697,157 @@ const theme = {
697697
variants: {
698698
filled: {
699699
"blue-gray": {
700-
backgroud: "bg-blue-gray-500",
700+
background: "bg-blue-gray-500",
701701
color: "text-white",
702702
},
703703
gray: {
704-
backgroud: "bg-gray-500",
704+
background: "bg-gray-500",
705705
color: "text-white",
706706
},
707707
brown: {
708-
backgroud: "bg-brown-500",
708+
background: "bg-brown-500",
709709
color: "text-white",
710710
},
711711
"deep-orange": {
712-
backgroud: "bg-deep-orange-500",
712+
background: "bg-deep-orange-500",
713713
color: "text-white",
714714
},
715715
orange: {
716-
backgroud: "bg-orange-500",
716+
background: "bg-orange-500",
717717
color: "text-white",
718718
},
719719
amber: {
720-
backgroud: "bg-amber-500",
720+
background: "bg-amber-500",
721721
color: "text-black",
722722
},
723723
yellow: {
724-
backgroud: "bg-yellow-500",
724+
background: "bg-yellow-500",
725725
color: "text-black",
726726
},
727727
lime: {
728-
backgroud: "bg-lime-500",
728+
background: "bg-lime-500",
729729
color: "text-black",
730730
},
731731
"light-green": {
732-
backgroud: "bg-light-green-500",
732+
background: "bg-light-green-500",
733733
color: "text-white",
734734
},
735735
green: {
736-
backgroud: "bg-green-500",
736+
background: "bg-green-500",
737737
color: "text-white",
738738
},
739739
teal: {
740-
backgroud: "bg-teal-500",
740+
background: "bg-teal-500",
741741
color: "text-white",
742742
},
743743
cyan: {
744-
backgroud: "bg-cyan-500",
744+
background: "bg-cyan-500",
745745
color: "text-white",
746746
},
747747
"light-blue": {
748-
backgroud: "bg-light-blue-500",
748+
background: "bg-light-blue-500",
749749
color: "text-white",
750750
},
751751
blue: {
752-
backgroud: "bg-blue-500",
752+
background: "bg-blue-500",
753753
color: "text-white",
754754
},
755755
indigo: {
756-
backgroud: "bg-indigo-500",
756+
background: "bg-indigo-500",
757757
color: "text-white",
758758
},
759759
"deep-purple": {
760-
backgroud: "bg-deep-purple-500",
760+
background: "bg-deep-purple-500",
761761
color: "text-white",
762762
},
763763
purple: {
764-
backgroud: "bg-purple-500",
764+
background: "bg-purple-500",
765765
color: "text-white",
766766
},
767767
pink: {
768-
backgroud: "bg-pink-500",
768+
background: "bg-pink-500",
769769
color: "text-white",
770770
},
771771
red: {
772-
backgroud: "bg-red-500",
772+
background: "bg-red-500",
773773
color: "text-white",
774774
},
775775
},
776776
gradient: {
777777
"blue-gray": {
778-
backgroud: "bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",
778+
background: "bg-gradient-to-tr from-blue-gray-600 to-blue-gray-400",
779779
color: "text-white",
780780
},
781781
gray: {
782-
backgroud: "bg-gradient-to-tr from-gray-600 to-gray-400",
782+
background: "bg-gradient-to-tr from-gray-600 to-gray-400",
783783
color: "text-white",
784784
},
785785
brown: {
786-
backgroud: "bg-gradient-to-tr from-brown-600 to-brown-400",
786+
background: "bg-gradient-to-tr from-brown-600 to-brown-400",
787787
color: "text-white",
788788
},
789789
"deep-orange": {
790-
backgroud: "bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",
790+
background: "bg-gradient-to-tr from-deep-orange-600 to-deep-orange-400",
791791
color: "text-white",
792792
},
793793
orange: {
794-
backgroud: "bg-gradient-to-tr from-orange-600 to-orange-400",
794+
background: "bg-gradient-to-tr from-orange-600 to-orange-400",
795795
color: "text-white",
796796
},
797797
amber: {
798-
backgroud: "bg-gradient-to-tr from-amber-600 to-amber-400",
798+
background: "bg-gradient-to-tr from-amber-600 to-amber-400",
799799
color: "text-black",
800800
},
801801
yellow: {
802-
backgroud: "bg-gradient-to-tr from-yellow-600 to-yellow-400",
802+
background: "bg-gradient-to-tr from-yellow-600 to-yellow-400",
803803
color: "text-black",
804804
},
805805
lime: {
806-
backgroud: "bg-gradient-to-tr from-lime-600 to-lime-400",
806+
background: "bg-gradient-to-tr from-lime-600 to-lime-400",
807807
color: "text-black",
808808
},
809809
"light-green": {
810-
backgroud: "bg-gradient-to-tr from-light-green-600 to-light-green-400",
810+
background: "bg-gradient-to-tr from-light-green-600 to-light-green-400",
811811
color: "text-white",
812812
},
813813
green: {
814-
backgroud: "bg-gradient-to-tr from-green-600 to-green-400",
814+
background: "bg-gradient-to-tr from-green-600 to-green-400",
815815
color: "text-white",
816816
},
817817
teal: {
818-
backgroud: "bg-gradient-to-tr from-teal-600 to-teal-400",
818+
background: "bg-gradient-to-tr from-teal-600 to-teal-400",
819819
color: "text-white",
820820
},
821821
cyan: {
822-
backgroud: "bg-gradient-to-tr from-cyan-600 to-cyan-400",
822+
background: "bg-gradient-to-tr from-cyan-600 to-cyan-400",
823823
color: "text-white",
824824
},
825825
"light-blue": {
826-
backgroud: "bg-gradient-to-tr from-light-blue-600 to-light-blue-400",
826+
background: "bg-gradient-to-tr from-light-blue-600 to-light-blue-400",
827827
color: "text-white",
828828
},
829829
blue: {
830-
backgroud: "bg-gradient-to-tr from-blue-600 to-blue-400",
830+
background: "bg-gradient-to-tr from-blue-600 to-blue-400",
831831
color: "text-white",
832832
},
833833
indigo: {
834-
backgroud: "bg-gradient-to-tr from-indigo-600 to-indigo-400",
834+
background: "bg-gradient-to-tr from-indigo-600 to-indigo-400",
835835
color: "text-white",
836836
},
837837
"deep-purple": {
838-
backgroud: "bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",
838+
background: "bg-gradient-to-tr from-deep-purple-600 to-deep-purple-400",
839839
color: "text-white",
840840
},
841841
purple: {
842-
backgroud: "bg-gradient-to-tr from-purple-600 to-purple-400",
842+
background: "bg-gradient-to-tr from-purple-600 to-purple-400",
843843
color: "text-white",
844844
},
845845
pink: {
846-
backgroud: "bg-gradient-to-tr from-pink-600 to-pink-400",
846+
background: "bg-gradient-to-tr from-pink-600 to-pink-400",
847847
color: "text-white",
848848
},
849849
red: {
850-
backgroud: "bg-gradient-to-tr from-red-600 to-red-400",
850+
background: "bg-gradient-to-tr from-red-600 to-red-400",
851851
color: "text-white",
852852
},
853853
},
@@ -931,79 +931,79 @@ const theme = {
931931
},
932932
ghost: {
933933
"blue-gray": {
934-
backgroud: "bg-blue-gray-500/20",
934+
background: "bg-blue-gray-500/20",
935935
color: "text-blue-gray-900",
936936
},
937937
gray: {
938-
backgroud: "bg-gray-500/20",
938+
background: "bg-gray-500/20",
939939
color: "text-gray-900",
940940
},
941941
brown: {
942-
backgroud: "bg-brown-500/20",
942+
background: "bg-brown-500/20",
943943
color: "text-brown-900",
944944
},
945945
"deep-orange": {
946-
backgroud: "bg-deep-orange-500/20",
946+
background: "bg-deep-orange-500/20",
947947
color: "text-deep-orange-900",
948948
},
949949
orange: {
950-
backgroud: "bg-orange-500/20",
950+
background: "bg-orange-500/20",
951951
color: "text-orange-900",
952952
},
953953
amber: {
954-
backgroud: "bg-amber-500/20",
954+
background: "bg-amber-500/20",
955955
color: "text-amber-900",
956956
},
957957
yellow: {
958-
backgroud: "bg-yellow-500/20",
958+
background: "bg-yellow-500/20",
959959
color: "text-yellow-900",
960960
},
961961
lime: {
962-
backgroud: "bg-lime-500/20",
962+
background: "bg-lime-500/20",
963963
color: "text-lime-900",
964964
},
965965
"light-green": {
966-
backgroud: "bg-light-green-500/20",
966+
background: "bg-light-green-500/20",
967967
color: "text-light-green-900",
968968
},
969969
green: {
970-
backgroud: "bg-green-500/20",
970+
background: "bg-green-500/20",
971971
color: "text-green-900",
972972
},
973973
teal: {
974-
backgroud: "bg-teal-500/20",
974+
background: "bg-teal-500/20",
975975
color: "text-teal-900",
976976
},
977977
cyan: {
978-
backgroud: "bg-cyan-500/20",
978+
background: "bg-cyan-500/20",
979979
color: "text-cyan-900",
980980
},
981981
"light-blue": {
982-
backgroud: "bg-light-blue-500/20",
982+
background: "bg-light-blue-500/20",
983983
color: "text-light-blue-900",
984984
},
985985
blue: {
986-
backgroud: "bg-blue-500/20",
986+
background: "bg-blue-500/20",
987987
color: "text-blue-900",
988988
},
989989
indigo: {
990-
backgroud: "bg-indigo-500/20",
990+
background: "bg-indigo-500/20",
991991
color: "text-indigo-900",
992992
},
993993
"deep-purple": {
994-
backgroud: "bg-deep-purple-500/20",
994+
background: "bg-deep-purple-500/20",
995995
color: "text-deep-purple-900",
996996
},
997997
purple: {
998-
backgroud: "bg-purple-500/20",
998+
background: "bg-purple-500/20",
999999
color: "text-purple-900",
10001000
},
10011001
pink: {
1002-
backgroud: "bg-pink-500/20",
1002+
background: "bg-pink-500/20",
10031003
color: "text-pink-900",
10041004
},
10051005
red: {
1006-
backgroud: "bg-red-500/20",
1006+
background: "bg-red-500/20",
10071007
color: "text-red-900",
10081008
},
10091009
},

0 commit comments

Comments
 (0)