Giter Club home page Giter Club logo

Comments (10)

formatlos avatar formatlos commented on July 30, 2024 5

seems like the text setting overwrites everything. setting the text-color explicitly to undefined did the trick for me text: { color: undefined }

from react-native-simple-markdown.

mastermoo avatar mastermoo commented on July 30, 2024 2

@HeinZawHtet apply color to Text, instead of Paragraph

from react-native-simple-markdown.

HeinZawHtet avatar HeinZawHtet commented on July 30, 2024 2

@mastermoo it's working. Thz you.

text : {
color: "red",
}

from react-native-simple-markdown.

ammichael avatar ammichael commented on July 30, 2024 2

Guys, my styles are got working ☚ī¸

const markdownStyles = {
  paragraph: {
    fontSize: 14,
    marginBottom: 10,
    lineHeight: 21,
  },
  text: {
	color: '#727272'
  }
}

<Markdown style={markdownStyles} key={Math.random()}>
    {content}
</Markdown>

Any ideas?

--
Edit:

Feeling dumb. The only problem was using 'style' prop instead of 'styles'. Just changed and worked perfectly.

from react-native-simple-markdown.

briancalvium avatar briancalvium commented on July 30, 2024

We had a problem trying to have separate header colors from the base text color. Looking at the code, it seems like it should work, but no. Oddly, size seems to be OK.

from react-native-simple-markdown.

briancalvium avatar briancalvium commented on July 30, 2024

Yes, we had issues with getting normal text to be one (non-default) color and headings/links to be another color. It seems leaving text have an undefined color and paragraph have the 'body text' color works, but I think the parser might need two newlines to detect it as a paragraph?

from react-native-simple-markdown.

jamesone avatar jamesone commented on July 30, 2024

How can you change the colour of other markdown such as em & strong? The same issue is occurring.

from react-native-simple-markdown.

jamesone avatar jamesone commented on July 30, 2024

@formatlos This did the trick!

from react-native-simple-markdown.

NawarYossef avatar NawarYossef commented on July 30, 2024

This issue is still occurring. any suggestions?

from react-native-simple-markdown.

quantumproducer avatar quantumproducer commented on July 30, 2024
export default class App extends React.Component {
  render() {
    return (
      <View style={styles.container}>
        <Text>Open up App.js to start working on your app!</Text>
      </View>
    );
  }
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    backgroundColor: '#ccc',
    color: '#ffffff',
    alignItems: 'center',
    justifyContent: 'center',
  },

  text: {
    color: "white"
  }
});

I see a grey background, black text.

from react-native-simple-markdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.