Skip to content

Commit c7f7c59

Browse files
committed
refactor: remove unused button disabled styles from Embedded.styles.ts
1 parent b0da53d commit c7f7c59

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

example/src/components/Embedded/Embedded.styles.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
import { StyleSheet } from 'react-native';
22
import { button, buttonText, container, hr, link, input, title, subtitle } from '../../constants';
3-
import { neutrals, utilityColors, backgroundColors } from '../../constants/styles/colors';
3+
import { utilityColors, backgroundColors } from '../../constants/styles/colors';
44

55
const styles = StyleSheet.create({
66
button,
7-
buttonDisabled: {
8-
backgroundColor: neutrals.grey25,
9-
opacity: 0.6,
10-
},
117
buttonText,
12-
buttonTextDisabled: {
13-
color: neutrals.grey50,
14-
},
158
container,
169
embeddedSection: {
1710
display: 'flex',

0 commit comments

Comments
 (0)